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

#ifndef _SCE_SIMD
#define _SCE_SIMD

#include "bits/simd_bool16.h"
#include "bits/simd_bool8.h"
#include "bits/simd_bool4.h"
#include "bits/simd_bool2.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_llong2.h"
#include "bits/simd_ullong2.h"
#include "bits/simd_float4.h"
#include "bits/simd_double2.h"

#endif
