diff --git a/ComputeLibrary.changes b/ComputeLibrary.changes index 467d447..18696f2 100644 --- a/ComputeLibrary.changes +++ b/ComputeLibrary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 26 15:40:34 UTC 2019 - Guillaume GARDET + +- Enable neon on armv7 + ------------------------------------------------------------------- Wed Oct 9 08:49:21 UTC 2019 - Guillaume GARDET diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index 8b197de..7457a1e 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -88,7 +88,7 @@ scons os=linux build=native \ neon=1 arch=arm64-v8a \ %else %ifarch armv7l armv7hl - neon=0 arch=armv7a \ + neon=1 arch=armv7a \ %else neon=0 arch=x86_64 \ %endif