crosstool-ng/packages/mpc/0.8.1/100-fix-build-with-mpfr-3_0_9.diff
Alexey Neyman e7deac3aad Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00

15 lines
444 B
Diff

--- trunk/src/acos.c 2009/12/08 16:49:43 733
+++ trunk/src/acos.c 2009/12/09 20:51:38 734
@@ -188,10 +188,7 @@
else
rnd_im = rnd_im == GMP_RNDU ? GMP_RNDD
: rnd_im == GMP_RNDD ? GMP_RNDU
-#if MPFR_VERSION_MAJOR >= 3
- : rnd_im == GMP_RNDA ? GMP_RNDZ
-#endif
- : rnd_im;
+ : rnd_im; /* both RNDZ and RNDA map to themselves for -asin(z) */
rnd1 = RNDC(GMP_RNDN, rnd_im);
mpfr_init2 (pi_over_2, p);
for (;;)