Home
last modified time | relevance | path

Searched refs:simd_bool_t (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dsimd.h276 template <int N> struct simd_bool_t { struct type { int val[N]; }; }; struct
281 template<> struct simd_bool_t<4> { typedef __m128 type; };
287 template<> struct simd_bool_t<8> { typedef __m256 type; };
293 template<> struct simd_bool_t<16> { typedef __mmask16 type; };
297 template<> struct simd_bool_t<16> { typedef uint16_t type; };
303 template<> struct simd_bool_t<4> { typedef uint32x4_t type; };
457 typedef simd_bool_t<4>::type simd_t; ///< the native SIMD type used
597 typedef simd_bool_t<8>::type simd_t; ///< the native SIMD type used
745 typedef simd_bool_t<16>::type simd_t; ///< the native SIMD type used
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dsimd.h276 template <int N> struct simd_bool_t { struct type { int val[N]; }; }; struct
281 template<> struct simd_bool_t<4> { typedef __m128 type; };
287 template<> struct simd_bool_t<8> { typedef __m256 type; };
293 template<> struct simd_bool_t<16> { typedef __mmask16 type; };
297 template<> struct simd_bool_t<16> { typedef uint16_t type; };
303 template<> struct simd_bool_t<4> { typedef uint32x4_t type; };
457 typedef simd_bool_t<4>::type simd_t; ///< the native SIMD type used
597 typedef simd_bool_t<8>::type simd_t; ///< the native SIMD type used
745 typedef simd_bool_t<16>::type simd_t; ///< the native SIMD type used