ppc: add configure check for older compilers erroring on 'd' constraint

This commit is contained in:
rofl0r
2019-11-05 21:48:31 -05:00
committed by Rich Felker
parent 90251cf73d
commit 66d1e31292
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include <math.h>
#ifdef _SOFT_FLOAT
#if defined(_SOFT_FLOAT) || defined(BROKEN_PPC_D_ASM)
#include "../fabs.c"
+1 -1
View File
@@ -1,6 +1,6 @@
#include <math.h>
#ifdef _SOFT_FLOAT
#if defined(_SOFT_FLOAT) || defined(BROKEN_PPC_D_ASM)
#include "../fma.c"