repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86-64: Add logf with FMA
[glibc.git]
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
mpsqrt-fma.c
blob
44d7a23ae3332b9e4d0f3eabe115f3bf5fe099e9
1
#define __mpsqrt __mpsqrt_fma
2
#define __dbl_mp __dbl_mp_fma
3
#define __mul __mul_fma
4
#define __sub __sub_fma
5
#define AVOID_MPSQRT_H 1
6
#define SECTION __attribute__ ((section (
".text.fma"
)))
7
8
#include <sysdeps/ieee754/dbl-64/mpsqrt.c>