aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-05-05 09:17:21 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2025-05-05 09:17:21 +0200
commitfd2807173a262a954b76e3fdca605c5c8d1788a2 (patch)
treee9fed1d8e906a750bfea1564e9bc7b50751b6289
parentd3651f07bbf56837f019e366b75d01f197dab2f1 (diff)
downloadgcc-fd2807173a262a954b76e3fdca605c5c8d1788a2.zip
gcc-fd2807173a262a954b76e3fdca605c5c8d1788a2.tar.gz
gcc-fd2807173a262a954b76e3fdca605c5c8d1788a2.tar.bz2
i386: Fix comment typo on truncsfbf2 pattern
I've noticed a typo on the flag name, fixed thusly. 2025-05-05 Jakub Jelinek <jakub@redhat.com> * config/i386/i386.md (truncsfbf2): Fix comment typo, unsafte -> unsafe.
-rw-r--r--gcc/config/i386/i386.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 44ee94a..bb02ab0 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -5704,7 +5704,7 @@
/* vcvtneps2bf16 doesn't honor SNAN, and turn sNAN into qNAN quietly,
and it always round to even.
- flag_unsafte_math_optimization is needed for psrld.
+ flag_unsafe_math_optimization is needed for psrld.
If we don't expect qNaNs nor sNaNs and can assume rounding
to nearest, we can expand the conversion inline as
(fromi + 0x7fff + ((fromi >> 16) & 1)) >> 16. */