--- src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/dpml_ux_radian_reduce.c.orig 2023-06-16 20:55:56.000000000 +0800 +++ src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/dpml_ux_radian_reduce.c 2024-04-10 09:40:24.000000000 +0800 @@ -193,7 +193,7 @@ ** length (which implies the digit length is either 32 or 64 bits). */ -#if (BITS_PER_DIGIT != BITS_PER_UX_FRACTION_DIGIT_TYPE) +#if (BITS_PER_DIGIT != BITS_PER_UX_FRACTION_DIGIT_TYPE) && !defined(__ppc__) # error "Digit type mis-match" #endif