Accepting request 751071 from home:Guillaume_G:branches:science:machinelearning

- Enable neon on armv7

OBS-URL: https://build.opensuse.org/request/show/751071
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=6
This commit is contained in:
2019-11-26 15:42:05 +00:00
committed by Git OBS Bridge
parent 52d387659d
commit 908e01ea30
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