Searched refs:avx (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/ |
| H A D | Makefile.um | 11 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
| H A D | Makefile | 76 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -mno-sse4a 78 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
| /linux/tools/testing/selftests/x86/ |
| H A D | Makefile | 22 corrupt_xstate_header amx lam test_shadow_stack avx apx 137 $(OUTPUT)/avx_64: CFLAGS += -mno-avx -mno-avx512f
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305-x86_64-cryptogams.pl | 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) { [all …]
|
| /linux/lib/crypto/ |
| H A D | Makefile | 180 x86/polyval-pclmul-avx.o 295 libsha1-$(CONFIG_X86) += x86/sha1-ssse3-and-avx.o \ 324 x86/sha256-avx-asm.o \ 352 x86/sha512-avx-asm.o \ 375 libsm3-$(CONFIG_X86) += x86/sm3-avx-asm_64.o
|
| /linux/lib/zstd/common/ |
| H A D | cpu.h | 125 C(avx, 28)
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | gather_data_sampling.rst | 64 "clearcpuid=avx" on the kernel command-line.
|
| /linux/include/hyperv/ |
| H A D | hvgdk_mini.h | 661 u64 avx : 1; member
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 60 0x1, 0, ecx, 28, avx , AVX instructions support
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|