Skip to content

Commit

Permalink
Add arm64 fuzz test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
senhuang42 committed May 26, 2021
1 parent 2ee2cf9 commit 96f6159
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ matrix:
script:
- make check

- name: arm64fuzz
os: linux
arch: arm64
script:
- make -C tests fuzztest

# TODO: migrate to GH actions once warnings are fixed
- name: Minimal Decompressor Macros # ~5mn
script:
Expand Down
2 changes: 1 addition & 1 deletion lib/compress/zstd_lazy.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ static ZSTD_VecMask ZSTD_Vec256_cmpMask8(ZSTD_Vec256 x, ZSTD_Vec256 y) {
}

#elif !defined(ZSTD_NO_INTRINSICS) && defined(__ARM_NEON) /* SIMD ARM NEON Version */

awefaewfaw
#include <arm_neon.h>
typedef uint8x16_t ZSTD_Vec128;

Expand Down

0 comments on commit 96f6159

Please sign in to comment.