ports/biology/htslib/files/patch-htscodecs_htscodecs_rANS__static32x16pr__neon.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

12 lines
295 B
C

--- htscodecs/htscodecs/rANS_static32x16pr_neon.c.orig 2024-10-09 21:43:35 UTC
+++ htscodecs/htscodecs/rANS_static32x16pr_neon.c
@@ -32,7 +32,7 @@
*/
#include "config.h"
-#if defined(__ARM_NEON) && defined(__aarch64__)
+#if defined(__ARM_NEON)
#include <arm_neon.h>
#include <limits.h>