diff --git a/.travis.yml b/.travis.yml index 57db8f05274..32fedc887f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/lib/compress/zstd_lazy.c b/lib/compress/zstd_lazy.c index 06f57645412..d81ac3567ea 100644 --- a/lib/compress/zstd_lazy.c +++ b/lib/compress/zstd_lazy.c @@ -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 typedef uint8x16_t ZSTD_Vec128;