/* SCE CONFIDENTIAL
PLAYSTATION(R)3 Programmer Tool Runtime Library 084.006
* Copyright (C) 2004 Sony Computer Entertainment Inc. 
* All Rights Reserved.
*/
//--------------------------------------------------------------------------------------------------
//         Copyright (C) 2004 Sony Computer Entertainment America
//                         All Rights Reserved
//                          SCE Confidential
//

#ifndef _SCE_SIMD
#define _SCE_SIMD

#include "bits/simd_bool16.h"
#include "bits/simd_bool8.h"
#include "bits/simd_bool4.h"
#include "bits/simd_char16.h"
#include "bits/simd_uchar16.h"
#include "bits/simd_short8.h"
#include "bits/simd_ushort8.h"
#include "bits/simd_int4.h"
#include "bits/simd_uint4.h"
#include "bits/simd_float4.h"

#endif
