aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ieee
AgeCommit message (Expand)AuthorFilesLines
2022-09-21Fortran: handle RADIX kind in IEEE_SET_ROUNDING_MODEFrancois-Xavier Coudert1-3/+9
2022-09-19Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_SET_MODESFrancois-Xavier Coudert2-1/+65
2022-09-19Fortran: F2018 rounding modes changesFrancois-Xavier Coudert1-2/+5
2022-09-10fortran: Add IEEE_SIGNBIT and IEEE_FMA functionsFrancois-Xavier Coudert1-0/+66
2022-08-26fortran: Expand ieee_arithmetic module's ieee_class inline [PR106579]Jakub Jelinek1-20/+0
2022-08-26libgfortran: Use __builtin_issignaling in libgfortran [PR105105]Jakub Jelinek2-259/+1
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek1-4/+4
2022-01-26Fortran: fix bootstrap on SPARC/SolarisFrancois-Xavier Coudert1-3/+3
2022-01-26Fortran: fix issignaling() implementationFrancois-Xavier Coudert1-6/+6
2022-01-25libfortran: Provide fallback __issignalingl for IBM extended long doubleJakub Jelinek1-0/+13
2022-01-25Fortran: fix preprocessor conditionFrancois-Xavier Coudert1-1/+1
2022-01-24Fortran: provide a fallback implementation of issignalingFrancois-Xavier Coudert2-4/+241
2022-01-17Fortran: remove new files introduced by mistakeFrancois-Xavier Coudert1-238/+0
2022-01-17Fortran: xfail signaling NaN testcases on x87Francois-Xavier Coudert1-0/+238
2022-01-16Fortran: allow IEEE_VALUE to correctly return signaling NaNsFrancois-Xavier Coudert2-248/+110
2022-01-10Fortran: Allow IEEE_CLASS to identify signaling NaNsFrancois-Xavier Coudert1-2/+13
2022-01-03Update copyright years.Jakub Jelinek4-4/+4
2021-12-29Fortran: keep values of IEEE_CLASS_TYPE in syncFrancois-Xavier Coudert1-5/+16
2021-02-12libgfortran: Fix PR95647 by changing the interfaces of operators .eq. and .ne.Steve Kargl1-4/+5
2021-01-04Update copyright years.Jakub Jelinek4-4/+4
2020-01-01Update copyright years.Jakub Jelinek4-4/+4
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-12-29expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i...Steven G. Kargl3-2/+17
2018-12-29re PR fortran/88342 (Possible bug with IEEE_POSITIVE_INF and -ffpe-trap=overf...Steven G. Kargl1-1/+117
2018-12-21re PR fortran/69121 (IEEE_SCALB is not generic)Steven G. Kargl1-10/+143
2018-12-20ieee_arithmetic.F90: Re-organize file to eliminate #ifdef ...Steven G. Kargl1-152/+72
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-01-01Update copyright years.Jakub Jelinek4-4/+4
2016-09-09re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intr...Steven G. Kargl1-16/+17
2016-01-04Update copyright years.Jakub Jelinek4-4/+4
2015-08-04re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert3-181/+627
2015-01-05Update copyright years.Jakub Jelinek4-4/+4
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert1-291/+0
2014-07-09libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert1-26/+81
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert4-0/+1491