Accepting request 751088 from science:machinelearning

- Enable neon on armv7

OBS-URL: https://build.opensuse.org/request/show/751088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ComputeLibrary?expand=0&rev=2
This commit is contained in:
2019-11-27 12:55:07 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 26 15:40:34 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable neon on armv7
-------------------------------------------------------------------
Wed Oct 9 08:49:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -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