projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cab54c3
)
meson: fix AVX2 detection on x86
author
Ell
<ell_se@yahoo.com>
Tue, 30 Jul 2019 17:37:18 +0000
(20:37 +0300)
committer
Ell
<ell_se@yahoo.com>
Tue, 30 Jul 2019 17:40:01 +0000
(20:40 +0300)
s/rax/eax/
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 3a22e1b69a830cff30d494d6aedff9328aa0062b..9389b3f8001f52da09ad9a5c6372cce7ad514cfb 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-219,7
+219,7
@@
if cc.has_argument('-mmmx') and get_option('enable-mmx')
# avx2 assembly
if cc.has_argument('-mavx2') and get_option('enable-avx2')
- if cc.compiles('asm ("vpgatherdd %ymm0,(%
r
ax,%ymm1,4),%ymm2");')
+ if cc.compiles('asm ("vpgatherdd %ymm0,(%
e
ax,%ymm1,4),%ymm2");')
message('avx2 assembly available')
avx2_cflags = '-mavx2'
conf.set('USE_AVX2', 1, description: