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: Improve svml_s_atanhf8_core_avx2.S
[glibc.git]
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
s_atan-avx.c
blob
41816bfe6c4918ea9ccc4e8cff6dbaa23199dfad
1
#define __atan __atan_avx
2
#define __add __add_avx
3
#define __dbl_mp __dbl_mp_avx
4
#define __mul __mul_avx
5
#define __sub __sub_avx
6
#define SECTION __attribute__ ((section (
".text.avx"
)))
7
8
#include <sysdeps/ieee754/dbl-64/s_atan.c>