PR 78534, 83704 Handle large formatted I/O
[gcc.git] / libgfortran / config / fpu-387.h
index b6071afa65aafd1169a1d185ae7baa730d9eaa1a..c6cb873fc0e631738aaf188304a26aa8328c6929 100644 (file)
@@ -1,5 +1,5 @@
 /* FPU-related code for x86 and x86_64 processors.
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2018 Free Software Foundation, Inc.
    Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
 
 This file is part of the GNU Fortran 95 runtime library (libgfortran).
@@ -221,7 +221,7 @@ get_fpu_trap_exceptions (void)
 
   __asm__ __volatile__ ("fstcw\t%0" : "=m" (cw));
   mask = cw;
-  
+
   if (has_sse())
     {
       unsigned int cw_sse;