Go to the source code of this file.
|
| struct | ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, TIn, TOut, typename boost::enable_if_c< boost::is_same< TIn, TOut >::value||(boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&sizeof(TIn)==sizeof(TOut)) >::type > |
| | specialization of CastReg for AVX instruction set; input and output have same type More...
|
| |
| struct | ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipInt32, ipReal32 > |
| | specialization of CastReg for AVX instructionSet; input of type int32, output of type real32 More...
|
| |
| struct | ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipReal32, ipInt32 > |
| | specialization of CastReg for AVX instructionSet; input of type real32, output of type int32 More...
|
| |
| struct | ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipReal64, ipReal32 > |
| | specialization of CastReg for AVX instructionSet; input of type real64, output of type real32 More...
|
| |
| struct | ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipReal32, ipReal64 > |
| | specialization of CastReg for AVX instructionSet; input of type real32, output of type real64 More...
|
| |
|
| | ipsdk |
| | Main namespace for IPSDK library.
|
| |
| | ipsdk::simd |
| | Namespace agregating IPSDK SIMD routines and classes.
|
| |
- Author
- H. Delestre
- Date
- 2017/03/29
- Copyright
- 2017 Reactiv'IP, all right reserved.