Lines Matching refs:avx
126 $avx = ($1>=2.19) + ($1>=2.22);
129 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
131 $avx = ($1>=2.09) + ($1>=2.10);
134 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
136 $avx = ($1>=10) + ($1>=11);
139 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:clang|LLVM) version|.*based on LLVM) ([0-9]+\.[0-9]+)/) {
140 $avx = ($2>=3.0) + ($2>3.0);
144 $avx=1 if (!$shaext && $avx);
278 $code.=<<___ if ($SZ==4 || $avx);
288 $code.=<<___ if ($avx && $SZ==8);
292 $code.=<<___ if ($avx>1);
297 $code.=<<___ if ($avx);
1140 if ($avx) {{
1860 if ($avx>1) {{
2354 $code.=<<___ if ($avx>1);
2482 $code.=<<___ if ($avx && $SZ==8);
2487 $code.=<<___ if ($avx);
2492 $code.=<<___ if ($avx>1);
2516 $code.=<<___ if ($avx && $SZ==8);
2522 $code.=<<___ if ($avx);
2528 $code.=<<___ if ($avx>1);