mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Add ifdef sparc64.
This commit is contained in:
parent
adeb92a24c
commit
fbeabbfad6
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ float __kernel_cosf __P((float,float));
|
|||
float __kernel_tanf __P((float,float,int));
|
||||
int __kernel_rem_pio2f __P((float*,float*,int,int,int,const int*));
|
||||
|
||||
#if defined(__alpha__) || defined(__ia64__)
|
||||
#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
|
||||
#define __generic___ieee754_acos __ieee754_acos
|
||||
#define __generic___ieee754_asin __ieee754_asin
|
||||
#define __generic___ieee754_atan2 __ieee754_atan2
|
||||
|
|
|
|||
Loading…
Reference in a new issue