Searched refs:_SimdImplX86 (Results 1 – 3 of 3) sorted by relevance
1647 (_SimdImplX86::_S_equal_to, _S_not_equal_to, _S_less)1690 * include/experimental/bits/simd_x86.h (_SimdImplX86): Use1704 (_SimdImplX86::_S_masked_unary): Clang does not implement the1769 (_SimdImplX86::_S_masked_unary): New. Use AVX512 masked subtract2372 (_SimdImplX86::_S_divides): Replace test for __GCC_IEC_559 == 02544 (_SimdImplX86::_S_not_equal_to, _SimdImplX86::_S_less)2545 (_SimdImplX86::_S_less_equal): Do not call
943 template <typename _Abi, typename = __detail::__odr_helper> struct _SimdImplX86;978 using _SimdImpl = _SimdImplX86<_VecBuiltin<_UsedBytes>>;1116 using _SimdImpl = _SimdImplX86<_VecBltnBtmsk<_UsedBytes>>;
876 struct _SimdImplX86 : _SimdImplBuiltin<_Abi> struct