Disable vector code for now until I fix the case where dest is unaligned.

This commit is contained in:
Steve Checkoway
2006-06-13 07:58:58 +00:00
parent db3a540585
commit f30c1d797e
@@ -17,7 +17,8 @@ namespace Vector
void FastSoundRead( int16_t *dest, const int32_t *src, unsigned size );
void FastSoundRead( float *dest, const int32_t *src, unsigned size );
}
#define USE_VEC
// XXX Fix FastSoundWrite to handle unaligned dest.
//#define USE_VEC
#endif
#endif