diff options
Diffstat (limited to 'libgcc/config/i386/crtfastmath.c')
-rw-r--r-- | libgcc/config/i386/crtfastmath.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/config/i386/crtfastmath.c b/libgcc/config/i386/crtfastmath.c index 3a0d0bb..bb061ba 100644 --- a/libgcc/config/i386/crtfastmath.c +++ b/libgcc/config/i386/crtfastmath.c @@ -1,16 +1,16 @@ /* - * Copyright (C) 2005-2024 Free Software Foundation, Inc. + * Copyright (C) 2005-2025 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 3, or (at your option) any * later version. - * + * * This file is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * + * * Under Section 7 of GPL version 3, you are granted additional * permissions described in the GCC Runtime Library Exception, version * 3.1, as published by the Free Software Foundation. @@ -39,7 +39,7 @@ __attribute__ ((force_align_arg_pointer)) set_fast_math_sse (unsigned int edx) { unsigned int mxcsr; - + if (edx & bit_FXSAVE) { /* Check if DAZ is available. */ |