OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_avx512f
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
runtime.c
19
int
has_avx512f
;
member in struct:CPUFeatures_
183
cpu_features->
has_avx512f
= 0;
189
cpu_features->
has_avx512f
= ((cpu_info7[1] & CPUID_EBX_AVX512F) != 0x0);
267
return _cpu_features.
has_avx512f
;
runtime.c
19
int
has_avx512f
;
member in struct:CPUFeatures_
183
cpu_features->
has_avx512f
= 0;
189
cpu_features->
has_avx512f
= ((cpu_info7[1] & CPUID_EBX_AVX512F) != 0x0);
267
return _cpu_features.
has_avx512f
;
Completed in 23 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025