From b7bc4cccd64913ebe6ffd200efd692d98b71d37f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 9 Oct 2007 04:24:11 +0000 Subject: * 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. --- newlib/libm/machine/spu/headers/acosd2.h | 3 ++- newlib/libm/machine/spu/headers/asind2.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'newlib/libm') 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 + +#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 + +#include "simdmath.h" #include "sqrtd2.h" #include "divd2.h" -- cgit v1.2.3