ppc: add configure check for older compilers erroring on 'd' constraint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _SOFT_FLOAT
|
||||
#if defined(_SOFT_FLOAT) || defined(BROKEN_PPC_D_ASM)
|
||||
|
||||
#include "../fabs.c"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _SOFT_FLOAT
|
||||
#if defined(_SOFT_FLOAT) || defined(BROKEN_PPC_D_ASM)
|
||||
|
||||
#include "../fma.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user