4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-04 14:06:13 +08:00

8 lines
177 B
C
Raw Normal View History

2023-08-17 02:05:53 +04:00
#include <xtensa/config/core-isa.h>
#if !XCHAL_HAVE_FP_SQRT
#error "__ieee754_sqrtf from common libm must be used"
#else
/* Built-in GCC __ieee754_sqrtf must be used */
#endif