diff options
author | Ben Elliston <bje@gnu.org> | 2007-10-09 04:24:11 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2007-10-09 04:24:11 +0000 |
commit | b7bc4cccd64913ebe6ffd200efd692d98b71d37f (patch) | |
tree | 7f7dcb19981682bd5a3308ec765b01c0403ba4df /newlib/libm/machine/spu/headers | |
parent | 77961173731e8e3da656b1d339fc203a898e87db (diff) | |
download | cygnal-b7bc4cccd64913ebe6ffd200efd692d98b71d37f.tar.gz cygnal-b7bc4cccd64913ebe6ffd200efd692d98b71d37f.tar.bz2 cygnal-b7bc4cccd64913ebe6ffd200efd692d98b71d37f.zip |
* libm/machine/spu/headers/acosd2.h: Include spu_intrinsics.h
before simdmath.h to get a definition for `vector'.
* libm/machine/spu/headers/asind2.h: Likewise.
Diffstat (limited to 'newlib/libm/machine/spu/headers')
-rw-r--r-- | newlib/libm/machine/spu/headers/acosd2.h | 3 | ||||
-rw-r--r-- | newlib/libm/machine/spu/headers/asind2.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libm/machine/spu/headers/acosd2.h b/newlib/libm/machine/spu/headers/acosd2.h index 3c775421d..8c8095564 100644 --- a/newlib/libm/machine/spu/headers/acosd2.h +++ b/newlib/libm/machine/spu/headers/acosd2.h @@ -52,8 +52,9 @@ #ifndef _ACOSD2_H_ #define _ACOSD2_H_ 1 -#include "simdmath.h" #include <spu_intrinsics.h> + +#include "simdmath.h" #include "sqrtd2.h" #include "divd2.h" diff --git a/newlib/libm/machine/spu/headers/asind2.h b/newlib/libm/machine/spu/headers/asind2.h index 8f86db307..ad414a287 100644 --- a/newlib/libm/machine/spu/headers/asind2.h +++ b/newlib/libm/machine/spu/headers/asind2.h @@ -53,8 +53,9 @@ #ifndef _ASIND2_H_ #define _ASIND2_H_ 1 -#include "simdmath.h" #include <spu_intrinsics.h> + +#include "simdmath.h" #include "sqrtd2.h" #include "divd2.h" |