Home
last modified time | relevance | path

Searched refs:__have_avx (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h124 if constexpr (__have_avx) in __is_zero()
201 else if constexpr (_TVT::template _S_is<float> && __have_avx) in __testz()
203 else if constexpr (_TVT::template _S_is<double> && __have_avx) in __testz()
236 else if constexpr (_TVT::template _S_is<float> && __have_avx) in __testc()
238 else if constexpr (_TVT::template _S_is<double> && __have_avx) in __testc()
267 else if constexpr (_TVT::template _S_is<float> && __have_avx) in __testnzc()
269 else if constexpr (_TVT::template _S_is<double> && __have_avx) in __testnzc()
440 return __have_avx in __is_avx_ps()
449 return __have_avx in __is_avx_pd()
892 : (is_floating_point_v<_Tp>&& __have_avx) || __have_avx2 ? 32
[all …]
H A Dsimd.h221 constexpr inline bool __have_avx = _GLIBCXX_SIMD_HAVE_AVX; variable
342 | (__have_avx << 8) in __machine_flags()
1667 else if constexpr (__have_avx && sizeof(_From) == 16 && sizeof(_To) == 32)
2101 if constexpr (__have_avx && _TVT::template _S_is<float, 4>)
2104 else if constexpr (__have_avx && _TVT::template _S_is<double, 2>)
2797 if constexpr (__have_avx && is_floating_point_v<_Tp>)
H A Dsimd_x86_conversions.h1031 || (sizeof(__v0) == 16 && __have_avx
H A Dsimd_builtin.h137 else if constexpr (__have_avx && sizeof(_Tp) == 32 && __shift < 16) in __shift_elements_right()
1458 : (is_floating_point_v<_Up> && __have_avx) || __have_avx2 ? 32 in _S_load()