Remove unneeded header and comment.

This commit is contained in:
Steve Checkoway
2007-01-28 22:27:25 +00:00
parent 75f7b2d9dc
commit 3813d5dbd2
@@ -1,14 +1,10 @@
#ifndef VECTOR_HELPER_H #ifndef VECTOR_HELPER_H
#define VECTOR_HELPER_H #define VECTOR_HELPER_H
#include <inttypes.h>
#if ( defined(__VEC__) || (defined(__SSE__) && defined(__SSE2__)) ) && defined(__GNUC__) #if ( defined(__VEC__) || (defined(__SSE__) && defined(__SSE2__)) ) && defined(__GNUC__)
namespace Vector namespace Vector
{ {
bool CheckForVector(); bool CheckForVector();
// Dest and src need only natural alignment for their types.
void FastSoundWrite( float *dest, const float *src, unsigned size ); void FastSoundWrite( float *dest, const float *src, unsigned size );
} }
#define USE_VEC #define USE_VEC