Go to the source code of this file.
|
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==1 &&sizeof(TOut)==1 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==2 &&sizeof(TOut)==2 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==4 &&sizeof(TOut)==4 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==8 &&sizeof(TOut)==8 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==1 &&sizeof(TOut)==2 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==2 &&sizeof(TOut)==4 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==1 &&sizeof(TOut)==4 >::type > |
| |
| struct | ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==4 &&sizeof(TOut)==8 >::type > |
| |
|
| | ipsdk |
| | Main namespace for IPSDK library.
|
| |
| | ipsdk::simd |
| | Namespace agregating IPSDK SIMD routines and classes.
|
| |
- Author
- H. Delestre
- Date
- 2014/02/25
- Copyright
- 2014 Reactiv'IP, all right reserved.