mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 10:00:07 +00:00
10 lines
263 B
C
10 lines
263 B
C
#define __slowexp __slowexp_avx
|
|
#define __add __add_avx
|
|
#define __dbl_mp __dbl_mp_avx
|
|
#define __mpexp __mpexp_avx
|
|
#define __mul __mul_avx
|
|
#define __sub __sub_avx
|
|
#define SECTION __attribute__ ((section (".text.avx")))
|
|
|
|
#include <sysdeps/ieee754/dbl-64/slowexp.c>
|