aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config/fpu-387.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-06-01i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418]Uros Bizjak1-1/+1
2020-05-06i386: Use generic division to generate INEXACT exceptionUros Bizjak1-21/+21
2020-05-01i386: Use generic division to generate INVALID and DIVZERO exceptionsUros Bizjak1-12/+7
2020-04-19i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak1-6/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-04* config/fpu-387.h: Remove unwanted whitespace.Uros Bizjak1-1/+1
2015-08-04fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...Uros Bizjak1-18/+21
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-10fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.Francois-Xavier Coudert1-1/+1
2014-07-09libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert1-1/+49
2014-07-07fpu-387.h, [...]: Use static assertions.Francois-Xavier Coudert1-8/+5
2014-06-29fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32.Francois-Xavier Coudert1-2/+1
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-14/+260
2014-04-22Remove obsolete Solaris 9 supportRainer Orth1-46/+0
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-12-11fpu-387.h (sigill_hdlr, [...]): EmitTobias Burnus1-3/+3
2013-07-23fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...Uros Bizjak1-11/+26
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-3/+3
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-2/+82
2013-06-20fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak1-29/+31
2013-06-19fpu-387.h: Use __asm__ and __volatile__ consistently.Uros Bizjak1-23/+14
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus1-0/+37
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-1/+1
2012-09-05fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak1-2/+2
2012-09-05fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak1-2/+2
2011-06-03gcc:Richard Henderson1-4/+4
2011-05-20Clarify FP exception documentation and messagesJanne Blomqvist1-2/+2
2010-08-26fpu-387.h (has_sse): Remove cw_sse, unused.Rainer Orth1-2/+3
2010-07-12config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to pentiumpro on So...Rainer Orth1-1/+46
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2007-09-07fpu-387.h: Include cpuid.h.Uros Bizjak1-36/+25
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-1/+1
2006-04-01fpu-387.h: Use previously added SSE code in all cases, as it really is the ri...Francois-Xavier Coudert1-10/+0
2006-03-30re PR libfortran/26712 (gfortran on mac intel runtime floating point exceptio...Francois-Xavier Coudert1-0/+12
2005-10-14fpu-387.h (set_fpu): Remove extra ":" in stmxcsr.Uros Bizjak1-4/+5
2005-10-13* config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.Uros Bizjak1-1/+1
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert1-0/+103