mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 22:30:12 +00:00
9 lines
233 B
C
9 lines
233 B
C
|
#define __mpsqrt __mpsqrt_fma
|
||
|
#define __dbl_mp __dbl_mp_fma
|
||
|
#define __mul __mul_fma
|
||
|
#define __sub __sub_fma
|
||
|
#define AVOID_MPSQRT_H 1
|
||
|
#define SECTION __attribute__ ((section (".text.fma")))
|
||
|
|
||
|
#include <sysdeps/ieee754/dbl-64/mpsqrt.c>
|