mirror of git://gcc.gnu.org/git/gcc.git
Provide _M_2_SQRTPI if missing.
* intrinsics/erfc_scaled.c (_M_2_SQRTPI): Define if missing. From-SVN: r205731
This commit is contained in:
parent
95b3eff34e
commit
041508a2ec
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* intrinsics/erfc_scaled.c (_M_2_SQRTPI): Define if missing.
|
||||||
|
|
||||||
2013-12-01 Uros Bizjak <ubizjak@gmail.com>
|
2013-12-01 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
PR libfortran/59313
|
PR libfortran/59313
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||||
#else
|
#else
|
||||||
|
|
||||||
# define _THRESH -106.566990228185312813205074546585730L
|
# define _THRESH -106.566990228185312813205074546585730L
|
||||||
|
# ifndef M_2_SQRTPIl
|
||||||
|
# define M_2_SQRTPIl 1.128379167095512573896158903121545172L
|
||||||
|
# endif
|
||||||
# define _M_2_SQRTPI M_2_SQRTPIl
|
# define _M_2_SQRTPI M_2_SQRTPIl
|
||||||
# define _INF __builtin_infl()
|
# define _INF __builtin_infl()
|
||||||
# ifdef HAVE_ERFCL
|
# ifdef HAVE_ERFCL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue