Home
last modified time | relevance | path

Searched refs:HW_AVX2 (Results 1 – 10 of 10) sorted by relevance

/dports/math/hpcombi/HPCombi-0.0.6/benchmark/
H A Dcpu_x86_impl.hpp153 HW_AVX2 = (info[1] & ((int)1 << 5)) != 0; in detect_host()
224 print(" AVX2 = ", HW_AVX2); in print()
255 else if(features.HW_AVX2) in get_highest_SIMD()
H A Dcpu_x86.h61 bool HW_AVX2; member
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/HPCombi/benchmark/
H A Dcpu_x86_impl.hpp153 HW_AVX2 = (info[1] & ((int)1 << 5)) != 0; in detect_host()
224 print(" AVX2 = ", HW_AVX2); in print()
255 else if(features.HW_AVX2) in get_highest_SIMD()
H A Dcpu_x86.h61 bool HW_AVX2; member
/dports/misc/visp/visp-3.4.0/modules/core/src/tools/cpu-features/x86/
H A Dcpu_x86.cpp166 HW_AVX2 = (info[1] & ((int)1 << 5)) != 0; in detect_host()
239 print(" AVX2 = ", HW_AVX2); in print()
H A Dcpu_x86.h63 bool HW_AVX2; member
/dports/misc/visp/visp-3.4.0/modules/core/src/tools/cpu-features/
H A DvpCPUFeatures.cpp55 bool checkAVX2() { return cpu_features.HW_AVX2; } in checkAVX2()
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/x86_64/
H A Dx86id.h67 #define HW_AVX2 0x00000008 macro
H A Dx86id.c926 X86IDFN(hw_features) |= HW_AVX2; in X86IDFN()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dgemm.c615 static int HW_AVX, HW_XOP, HW_FMA3, HW_FMA4, HW_AVX2; variable
657 HW_AVX2 = (info[1] & ((uint32_t)1 << 5)) != 0; in check_cpu_features()
700 result = HW_FMA3 && HW_AVX2; in is_fma_avx2()