mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gemmlowp-for-tensorflow: Use SSE2.
* gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow)[arguments]: Only enable SSE2, not SSE4.1 on i686 and x86_64 architectures.
This commit is contained in:
parent
55dae98f73
commit
a32e3b9078
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ (define-public gemmlowp-for-tensorflow
|
|||
`(#:configure-flags
|
||||
(list ,@(match (%current-system)
|
||||
((or "x86_64-linux" "i686-linux")
|
||||
'("-DCMAKE_CXX_FLAGS=-msse4.1"))
|
||||
'("-DCMAKE_CXX_FLAGS=-msse2"))
|
||||
(_ '())))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue