diff options
Diffstat (limited to 'src/fenv/arm/fenv.c')
-rw-r--r-- | src/fenv/arm/fenv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fenv/arm/fenv.c b/src/fenv/arm/fenv.c new file mode 100644 index 00000000..ad295f58 --- /dev/null +++ b/src/fenv/arm/fenv.c @@ -0,0 +1,3 @@ +#if !__ARM_PCS_VFP +#include "../fenv.c" +#endif |