about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/mul-avx.c
blob: b4f0477b6feba04aeb288b073fa98d556ba65d87 (plain) (blame)
1
2
3
4
5
6
7
8
#define __mul __mul_avx

#define NO___CPY 1
#define NO___MP_DBL 1
#define NO___ACR 1
#define SECTION __attribute__ ((section (".text.avx")))

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