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
Fix memory handling in strxfrm_l [BZ #16009]
[glibc.git]
/
sysdeps
/
x86_64
/
fpu
/
dla.h
blob
688efa0f5b001eb726782445bb8954952dd96524
1
#include <features.h>
2
3
#ifdef __FMA4__
4
# define DLA_FMS(x,y,z) \
5
__builtin_fma (x, y, -(z))
6
#endif
7
8
#include
"sysdeps/ieee754/dbl-64/dla.h"