mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
7 lines
173 B
C
7 lines
173 B
C
|
#define f32fmaf64x __hide_f32fmaf64x
|
||
|
#define f32fmaf128 __hide_f32fmaf128
|
||
|
#include <float128_private.h>
|
||
|
#undef f32fmaf64x
|
||
|
#undef f32fmaf128
|
||
|
#include "../ldbl-128/s_ffmal.c"
|