Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | #if defined __ARC_FPU_DP_DIV__ |
|---|---|
| 2 | # define USE_SQRT_BUILTIN 1 |
| 3 | #else |
| 4 | # define USE_SQRT_BUILTIN 0 |
| 5 | #endif |
| 6 | |
| 7 | #if defined __ARC_FPU_SP_DIV__ |
| 8 | # define USE_SQRTF_BUILTIN 1 |
| 9 | #else |
| 10 | # define USE_SQRTF_BUILTIN 0 |
| 11 | #endif |
| 12 | |
| 13 | #define USE_SQRTL_BUILTIN 0 |
| 14 | #define USE_SQRTF128_BUILTIN 0 |
| 15 |
Warning: This file is not a C or C++ file. It does not have highlighting.
