]> git.pld-linux.org Git - packages/fftw3.git/commitdiff
don't try to enable neon on anything lower than armv7
authorJan Palus <atler@pld-linux.org>
Fri, 4 Dec 2020 20:21:39 +0000 (21:21 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 4 Dec 2020 20:21:39 +0000 (21:21 +0100)
fftw3.spec

index 5b77041d5707fcbb9f76667b3d5f5cbb3d5e4f87..733c9765f727416a927571882d6a58cfb2b244a6 100644 (file)
@@ -313,7 +313,7 @@ for ver in %{builds}; do
                # for SSE2-aware subarchs SSE for single precision is enabled by --enable-sse2 option
                OPTS="--enable-sse"
 %endif
-%ifarch %{arm} aarch64
+%ifarch armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl aarch64
                OPTS="--enable-neon"
 %endif
 %ifarch ppc ppc64
This page took 0.094449 seconds and 4 git commands to generate.