Lines Matching refs:avx
87 $avx = ($1>=2.19) + ($1>=2.22) + ($1>=2.25);
90 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
92 $avx = ($1>=2.09) + ($1>=2.10) + ($1>=2.12);
93 $avx += 1 if ($1==2.11 && $2>=8);
96 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
98 $avx = ($1>=10) + ($1>=11);
101 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9]\.[0-9]+)/) {
102 $avx = ($2>=3.0) + ($2>3.0);
105 $avx = 4; # The kernel uses ifdefs for this.
134 if ($avx) {
260 $code.=<<___ if (!$kernel && $avx);
268 $code.=<<___ if (!$kernel && $avx>1);
273 $code.=<<___ if (!$kernel && $avx>3);
404 if ($avx) {
1514 if ($avx>1) {
1796 $code.=<<___ if (!$kernel && $avx>2);
1804 $code.=<<___ if ($avx > 2 && $avx512 && $kernel);
2206 if($avx > 2 && $avx512) {
2807 if ($avx>2) {
2826 if (!$kernel && $avx>3) {
4128 $code.=<<___ if ($avx);
4145 $code.=<<___ if ($avx>1);
4158 $code.=<<___ if ($avx>2);
4181 $code.=<<___ if ($avx);
4202 $code.=<<___ if ($avx>1);
4218 $code.=<<___ if ($avx>2);