about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/le/fpu/multiarch/math_private.h
blob: 0970709cff79c204f530b615364fc50512506e4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MATH_PRIVATE_PPC64LE_MA
#define MATH_PRIVATE_PPC64LE_MA 1

#include_next <math_private.h>

#if defined (_F128_ENABLE_IFUNC)

/* math_private.h redeclares many float128_private.h renamed functions, but
   we can't include float128_private.h as this header is used beyond
   private float128 files.  */
#include <float128-ifunc-redirects-mp.h>

#endif

#endif /* MATH_PRIVATE_PPC64LE_MA */