OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__have_avx512vl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd.h
233
constexpr inline bool
__have_avx512vl
= _GLIBCXX_SIMD_HAVE_AVX512VL;
variable
235
constexpr inline bool __have_avx512dq_vl = __have_avx512dq &&
__have_avx512vl
;
236
constexpr inline bool __have_avx512bw_vl = __have_avx512bw &&
__have_avx512vl
;
354
| (
__have_avx512vl
<< 20)
2962
else if constexpr (
__have_avx512vl
|| (__have_avx512f && __bytes == 64))
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd.h
250
constexpr inline bool
__have_avx512vl
= _GLIBCXX_SIMD_HAVE_AVX512VL;
variable
252
constexpr inline bool __have_avx512dq_vl = __have_avx512dq &&
__have_avx512vl
;
253
constexpr inline bool __have_avx512bw_vl = __have_avx512bw &&
__have_avx512vl
;
374
| (
__have_avx512vl
<< 20)
3002
else if constexpr (
__have_avx512vl
|| (__have_avx512f && __bytes == 64))
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026