mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-04 14:06:13 +08:00
8 lines
177 B
C
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
|