mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
6 lines
217 B
C
6 lines
217 B
C
/* Defining _LIBC_TEST stops fpu_control.h from defining the
|
|
hard-float versions of macros (for use with dynamic VFP detection)
|
|
when compiling for soft-float. */
|
|
#define _LIBC_TEST
|
|
#include <math/test-fpucw.c>
|