* 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.
This commit is contained in:
parent
7796117373
commit
b7bc4cccd6
|
@ -1,3 +1,9 @@
|
|||
2007-10-09 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* 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 <patmans@us.ibm.com>
|
||||
|
||||
* libm/machine/spu/headers/dom_chkd_less_than.h: New file.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue