Home
last modified time | relevance | path

Searched refs:HW_FMA4 (Results 1 – 9 of 9) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/src/tools/cpu-features/x86/
H A Dcpu_x86.cpp190 HW_FMA4 = (info[2] & ((int)1 << 16)) != 0; in detect_host()
238 print(" FMA4 = ", HW_FMA4); in print()
H A Dcpu_x86.h62 bool HW_FMA4; member
/dports/math/hpcombi/HPCombi-0.0.6/benchmark/
H A Dcpu_x86_impl.hpp177 HW_FMA4 = (info[2] & ((int)1 << 16)) != 0; in detect_host()
223 print(" FMA4 = ", HW_FMA4); in print()
H A Dcpu_x86.h60 bool HW_FMA4; member
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/HPCombi/benchmark/
H A Dcpu_x86_impl.hpp177 HW_FMA4 = (info[2] & ((int)1 << 16)) != 0; in detect_host()
223 print(" FMA4 = ", HW_FMA4); in print()
H A Dcpu_x86.h60 bool HW_FMA4; member
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/x86_64/
H A Dx86id.h72 #define HW_FMA4 0x00000100 macro
H A Dx86id.c946 X86IDFN(hw_features) |= HW_FMA4; 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
680 HW_FMA4 = (info[2] & ((uint32_t)1 << 16)) != 0; in check_cpu_features()