4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-15 21:49:22 +08:00
2023-08-17 18:14:15 -04:00

8 lines
177 B
C

#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