OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_avx2
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
runtime.c
18
int
has_avx2
;
member in struct:CPUFeatures_
173
cpu_features->
has_avx2
= 0;
179
cpu_features->
has_avx2
= ((cpu_info7[1] & CPUID_EBX_AVX2) != 0x0);
185
if (cpu_features->
has_avx2
) {
261
return _cpu_features.
has_avx2
;
Completed in 114 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026