Go to the source code of this file.
|
| struct | ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Standard, TIn, ipReal32, typename boost::enable_if_c< boost::is_integral< TIn >::value &&sizeof(TIn)==4 >::type > |
| |
| struct | ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Standard, TIn, ipReal64, typename boost::enable_if_c< boost::is_integral< TIn >::value &&sizeof(TIn)==8 >::type > |
| |
| struct | ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Standard, ipReal32, TOut, typename boost::enable_if_c< boost::is_integral< TOut >::value &&sizeof(TOut)==4 >::type > |
| |
| struct | ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Standard, ipReal64, TOut, typename boost::enable_if_c< boost::is_integral< TOut >::value &&sizeof(TOut)==8 >::type > |
| |
|
| | ipsdk |
| | Main namespace for IPSDK library.
|
| |
| | ipsdk::simd |
| | Namespace agregating IPSDK SIMD routines and classes.
|
| |
- Author
- H. Delestre
- Date
- 2014/03/29
- Copyright
- 2017 Reactiv'IP, all right reserved.