00001 // 00002 // Copyright (c) 2006-2008 Advanced Micro Devices, Inc. All Rights Reserved. 00003 // This software is subject to the Apache v2.0 License. 00004 // 00005 #ifndef __SSEPLUS_H__ 00006 #define __SSEPLUS_H__ 00007 00008 #include "SSEPlus_base.h" 00009 #include "SSEPlus_CPUID.h" 00010 #include "SSEPlus_REF.h" 00011 #include "SSEPlus_SSE.h" 00012 #include "SSEPlus_SSE2.h" 00013 #include "SSEPlus_SSE3.h" 00014 00015 #ifdef SSP_COMPILER_SUPPORTS_SSSE3 00016 #include "SSEPlus_SSSE3.h" 00017 #endif 00018 00019 #ifdef SSP_COMPILER_SUPPORTS_SSE4a 00020 #include "SSEPlus_SSE4a.h" 00021 #endif 00022 00023 #ifdef SSP_COMPILER_SUPPORTS_SSE41 00024 #include "SSEPlus_SSE4.1.h" 00025 #endif 00026 00027 #ifdef SSP_COMPILER_SUPPORTS_SSE42 00028 #include "SSEPlus_SSE4.2.h" 00029 #endif 00030 00031 #ifdef SSP_COMPILER_SUPPORTS_SSE5 00032 #include "SSEPlus_SSE5.h" 00033 #endif 00034 00035 00036 #endif // __SSEPLUS_H__