(root)/
glibc-2.38/
sysdeps/
powerpc/
powerpc64/
le/
fpu/
multiarch/
math_private.h
       1  #ifndef MATH_PRIVATE_PPC64LE_MA
       2  #define MATH_PRIVATE_PPC64LE_MA 1
       3  
       4  #include_next <math_private.h>
       5  
       6  #if defined (_F128_ENABLE_IFUNC)
       7  
       8  /* math_private.h redeclares many float128_private.h renamed functions, but
       9     we can't include float128_private.h as this header is used beyond
      10     private float128 files.  */
      11  #include <float128-ifunc-redirects-mp.h>
      12  
      13  #endif
      14  
      15  #endif /* MATH_PRIVATE_PPC64LE_MA */