Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ef_sqrt.c « xtensa « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39e8d7584749128c76b2610eb3523889d0910ea3 (plain)
1
2
3
4
5
6
7
#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