IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
AsinReg.h File Reference

specialization of ipsdk::simd::detail::AsinReg structure More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/RegType.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/abs.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/add.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/div.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/mul.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/sqrt.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/sub.h>
#include <IPSDKUtil/InstructionSet/Comparison/isGreater.h>
#include <IPSDKUtil/InstructionSet/Logical/ifElse.h>
#include <IPSDKUtil/InstructionSet/assign.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::AsinReg< IS, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::not_equal_to< boost::mpl::int_< IS >, boost::mpl::int_< eInstructionSet::eIS_Standard > >::type, typename boost::is_float< T >::type >::type >::type >
 SinReg template specialization common to several instruction sets. More...
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Detailed Description

specialization of ipsdk::simd::detail::AsinReg structure

Author
H. Delestre
Date
2018/07/17

implementation strongly inspired from Julien Pommier source code, itself based on cephes library (see file sse_mathfun)