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_avx2
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd.h
222
constexpr inline bool
__have_avx2
= _GLIBCXX_SIMD_HAVE_AVX2;
variable
343
| (
__have_avx2
<< 9)
1962
if constexpr (
__have_avx2
)
2188
else if constexpr (
__have_avx2
&& _Np * sizeof(value_type) == 16)
2892
if constexpr (
__have_avx2
)
simd.h
222
constexpr inline bool
__have_avx2
= _GLIBCXX_SIMD_HAVE_AVX2;
variable
343
| (
__have_avx2
<< 9)
1962
if constexpr (
__have_avx2
)
2188
else if constexpr (
__have_avx2
&& _Np * sizeof(value_type) == 16)
2892
if constexpr (
__have_avx2
)
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd.h
239
constexpr inline bool
__have_avx2
= _GLIBCXX_SIMD_HAVE_AVX2;
variable
363
| (
__have_avx2
<< 9)
1997
if constexpr (
__have_avx2
)
2223
else if constexpr (
__have_avx2
&& _Np * sizeof(value_type) == 16)
2927
if constexpr (
__have_avx2
)
simd.h
239
constexpr inline bool
__have_avx2
= _GLIBCXX_SIMD_HAVE_AVX2;
variable
363
| (
__have_avx2
<< 9)
1997
if constexpr (
__have_avx2
)
2223
else if constexpr (
__have_avx2
&& _Np * sizeof(value_type) == 16)
2927
if constexpr (
__have_avx2
)
Completed in 53 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026