HomeSort by: relevance | last modified time | path
    Searched defs:__have_avx512dq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd.h 232 constexpr inline bool __have_avx512dq = _GLIBCXX_SIMD_HAVE_AVX512DQ; variable
235 constexpr inline bool __have_avx512dq_vl = __have_avx512dq && __have_avx512vl;
353 | (__have_avx512dq << 19)
1973 if constexpr (__have_avx512dq)
1984 if constexpr (__have_avx512dq)
2193 if constexpr (__have_avx512dq)
2214 if constexpr (__have_avx512dq && _TVT::template _S_is<double, 2>)
2265 if constexpr (__have_avx512dq && is_same_v<double, value_type>)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd.h 249 constexpr inline bool __have_avx512dq = _GLIBCXX_SIMD_HAVE_AVX512DQ; variable
252 constexpr inline bool __have_avx512dq_vl = __have_avx512dq && __have_avx512vl;
373 | (__have_avx512dq << 19)
2008 if constexpr (__have_avx512dq)
2019 if constexpr (__have_avx512dq)
2228 if constexpr (__have_avx512dq)
2249 if constexpr (__have_avx512dq && _TVT::template _S_is<double, 2>)
2300 if constexpr (__have_avx512dq && is_same_v<double, value_type>)

Completed in 28 milliseconds