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
math: Remove slow paths from atan2 [BZ #15267]
[glibc.git]
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
dosincos-fma.c
blob
5744586bdbda42646686d103074e6902087e85bf
1
#define __docos __docos_fma
2
#define __dubcos __dubcos_fma
3
#define __dubsin __dubsin_fma
4
#define SECTION __attribute__ ((section (
".text.fma"
)))
5
6
#include <sysdeps/ieee754/dbl-64/dosincos.c>