From afbdc3168145bbb5851f83b7d317a10b79ba3601 Mon Sep 17 00:00:00 2001 From: bje Date: Tue, 9 Oct 2007 04:24:11 +0000 Subject: [PATCH] * 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/ChangeLog | 6 ++++++ newlib/libm/machine/spu/headers/acosd2.h | 3 ++- newlib/libm/machine/spu/headers/asind2.h | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 721cbc3a44..c9456fec87 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2007-10-09 Ben Elliston + + * 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. + 2007-09-28 Patrick Mansfield * libm/machine/spu/headers/dom_chkd_less_than.h: New file. diff --git a/newlib/libm/machine/spu/headers/acosd2.h b/newlib/libm/machine/spu/headers/acosd2.h index 3c775421df..8c80955643 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 8f86db3075..ad414a2876 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" -- 2.11.0