lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* Defining _LIBC_TEST stops fpu_control.h from defining the |
2 | hard-float versions of macros (for use with dynamic VFP detection) | ||||
3 | when compiling for soft-float. */ | ||||
4 | #define _LIBC_TEST | ||||
5 | #include <math/test-fpucw.c> |