IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsGreaterEqualReg.h
1 // IsGreaterEqualReg.h:
3 // -------------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISGREATEREQUALREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISGREATEREQUALREG_H__
19 
20 #include <IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsGreaterEqualRegDecl.h>
21 #include <IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsGreaterEqualRegImpl.h>
22 
23 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISGREATEREQUALREG_H__
24