Skip to content

Commit

Permalink
Enable neon optimisation on aarch64 too. Contributes JB#49681
Browse files Browse the repository at this point in the history
Signed-off-by: David Greaves <david.greaves@jolla.com>
  • Loading branch information
lbt committed May 22, 2020
1 parent 4522d22 commit 5ffa1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/pulseaudio.spec
Expand Up @@ -84,7 +84,7 @@ export CXXFLAGS="$CXXFLAGS -mfpu=neon"

%configure --disable-static \
--disable-x11 \
%ifarch %{arm}
%ifarch %{arm} || %{aarch64}
--enable-neon-opt \
%endif
--disable-openssl \
Expand Down

0 comments on commit 5ffa1d8

Please sign in to comment.