Home
last modified time | relevance | path

Searched defs:avx512cd (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/types/
H A Dxsimd_avx512cd_register.hpp25 struct avx512cd : avx512f struct
27 static constexpr bool supported() noexcept { return XSIMD_WITH_AVX512CD; } in supported()
28 static constexpr bool available() noexcept { return true; } in available()
29 static constexpr unsigned version() noexcept { return generic::version(3, 2, 0); } in version()
30 static constexpr char const* name() noexcept { return "avx512cd"; } in name()
/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/types/
H A Dxsimd_avx512cd_register.hpp24 struct avx512cd : avx512f { struct
25 static constexpr bool supported() { return XSIMD_WITH_AVX512BW; } in supported()
26 static constexpr bool available() { return true; } in available()
27 static constexpr unsigned version() { return generic::version(3, 2, 0); } in version()
28 static constexpr char const* name() { return "avx512cd"; } in name()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dx86_cpu_features.cpp61 const uint32_t avx512cd = 1U << 28; in halide_get_cpu_features() local
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/cfg_if/detect/arch/
H A Dx86.rs299 avx512cd, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/cfg_if/detect/arch/
H A Dx86.rs284 avx512cd, enumerator
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/config/
H A Dxsimd_cpuid.hpp48 unsigned avx512cd : 1; member
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/common/x86/
H A Dcpuinfo_x86.h29 unsigned avx512cd : 1; member
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/common/x86/
H A Dcpuinfo_x86.h29 unsigned avx512cd : 1; member
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Disa.py189 avx512cd = Extension("AVX512CD") variable
/dports/www/filtron/filtron-93f8b22/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go65 avx512cd // AVX-512 Conflict Detection Instructions const
410 func (c cpuInfo) avx512cd() bool { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go65 avx512cd // AVX-512 Conflict Detection Instructions const
410 func (c cpuInfo) avx512cd() bool { func
/dports/devel/bit/bit-1.1.2/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go64 avx512cd // AVX-512 Conflict Detection Instructions const
409 func (c cpuInfo) avx512cd() bool { func
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go65 avx512cd // AVX-512 Conflict Detection Instructions const
410 func (c cpuInfo) avx512cd() bool { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/s2/
H A Dcpuid_amd64.go82 avx512cd // AVX-512 Conflict Detection Instructions const
454 func (c cpuInfo) avx512cd() bool { func
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/s2/
H A Dcpuid_amd64.go82 avx512cd // AVX-512 Conflict Detection Instructions const
454 func (c cpuInfo) avx512cd() bool { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go66 avx512cd // AVX-512 Conflict Detection Instructions const
438 func (c cpuInfo) avx512cd() bool { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/compress/compress-1.11.6/s2/
H A Dcpuid_amd64.go82 avx512cd // AVX-512 Conflict Detection Instructions const
454 func (c cpuInfo) avx512cd() bool { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/klauspost/compress/s2/
H A Dcpuid_amd64.go82 avx512cd // AVX-512 Conflict Detection Instructions const
454 func (c cpuInfo) avx512cd() bool { func
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go74 avx512cd // AVX-512 Conflict Detection Instructions const
499 func (c cpuInfo) avx512cd() bool { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/cpuid/cpuid-1.3.1/private/
H A Dcpuid.go74 avx512cd // AVX-512 Conflict Detection Instructions const
499 func (c cpuInfo) avx512cd() bool { func
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go74 avx512cd // AVX-512 Conflict Detection Instructions const
499 func (c cpuInfo) avx512cd() bool { func
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid.go74 avx512cd // AVX-512 Conflict Detection Instructions const
499 func (c cpuInfo) avx512cd() bool { func
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DTarget.cpp146 const uint32_t avx512cd = 1U << 28; in calculate_host_target() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Ddriver-i386.c892 const char *avx512cd = has_avx512cd ? " -mavx512cd" : " -mno-avx512cd"; in host_detect_local_cpu() local
/dports/devel/libvirt/libvirt-7.10.0/tests/cputestdata/
H A Dx86_64-cpuid-Core-i7-5600U.json138 "avx512cd": false, boolean

12345