mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 05:40:06 +00:00
7 lines
194 B
C
7 lines
194 B
C
|
#include <sgidefs.h>
|
||
|
|
||
|
#define USE_SQRT_BUILTIN (_MIPS_ISA >= _MIPS_ISA_MIPS2)
|
||
|
#define USE_SQRTF_BUILTIN (_MIPS_ISA >= _MIPS_ISA_MIPS2)
|
||
|
#define USE_SQRTL_BUILTIN 0
|
||
|
#define USE_SQRTF128_BUILTIN 0
|