[packages/webrtc-audio-processing1] exclude aarch64 from neon bcond

atler atler at pld-linux.org
Sat May 21 14:16:45 CEST 2022


commit e42bc18f8b85e6054eb3e4f60584a50025f4ff0f
Author: Jan Palus <jpalus at fastmail.com>
Date:   Sat May 21 14:02:21 2022 +0200

    exclude aarch64 from neon bcond
    
    project's logic for neon is pretty messy -- if -Dneon option is enabled
    it forces -mfpu=neon flag which is not available on aarch64 since neon
    is mandatory there. let's rely on logic that enables neon when aarch64
    arch is detected

 webrtc-audio-processing1.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/webrtc-audio-processing1.spec b/webrtc-audio-processing1.spec
index 87e1181..c21cde5 100644
--- a/webrtc-audio-processing1.spec
+++ b/webrtc-audio-processing1.spec
@@ -8,7 +8,7 @@
 %bcond_without	neon		# ARM NEON instructions
 %bcond_with	sse2		# SSE2 instructions
 
-%ifnarch armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl aarch64
+%ifnarch armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl
 %undefine	with_neon
 %endif
 %ifarch pentium4 %{x8664} x32
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/webrtc-audio-processing1.git/commitdiff/9e7567dfe06f6e5e398ea8f3348c916d5e750a6a



More information about the pld-cvs-commit mailing list