about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_sin-avx.c
blob: 1ad90c0878c7a32dd8fc62ba3f55ef4dc9da0b24 (plain) (blame)
1
2
3
4
5
6
7
#include <math.h>

#define __cos __cos_avx
#define __sin __sin_avx
#define SECTION __attribute__ ((section (".text.avx")))

#include <sysdeps/ieee754/dbl-64/s_sin.c>