freebsd-ports/biology/htslib/files/patch-htscodecs_htscodecs_rANS__static4x16pr.c
Jason W. Bacon aafe5d31c5 biology/htslib: Update to 1.21
Numerous bug fixes and enhancements since 1.17
Changes:        https://github.com/samtools/htslib/releases

Reported by:    portscout
2024-10-09 17:23:08 -05:00

11 lines
357 B
C

--- htscodecs/htscodecs/rANS_static4x16pr.c.orig 2024-10-09 21:44:38 UTC
+++ htscodecs/htscodecs/rANS_static4x16pr.c
@@ -1030,7 +1030,7 @@ unsigned char *(*rans_dec_func(int do_simd, int order)
}
}
-#elif defined(__ARM_NEON) && defined(__aarch64__)
+#elif defined(__ARM_NEON)
#if defined(__linux__) || defined(__FreeBSD__)
#include <sys/auxv.h>