public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work093)] Fix typos in KF/TF overload
@ 2022-07-07 21:07 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2022-07-07 21:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a6cd571fe8401e04f5ec654843780884f7cc27b3

commit a6cd571fe8401e04f5ec654843780884f7cc27b3
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Jul 7 17:07:34 2022 -0400

    Fix typos in KF/TF overload
    
    2022-07-07   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/rs6000-builtins.def
            (__builtin_vsx_scalar_insert_exp_qp_tf): Correct argument type to
            long double.
            (__builtin_vsx_scalar_test_data_class_qp_tf): Likewise.
            (__builtin_vsx_scalar_test_neg_qp_tf): Likewise.

Diff:
---
 gcc/config/rs6000/rs6000-builtins.def | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-builtins.def b/gcc/config/rs6000/rs6000-builtins.def
index c57fcafed1b..4cb94f57c1b 100644
--- a/gcc/config/rs6000/rs6000-builtins.def
+++ b/gcc/config/rs6000/rs6000-builtins.def
@@ -2976,15 +2976,15 @@
   const signed __int128 __builtin_vsx_scalar_extract_sigq_tf (long double);
     VSESQP_TF xsxsigqp_tf {ieeeld}
 
-  const long double __builtin_vsx_scalar_insert_exp_qp_tf (_Float128, \
+  const long double __builtin_vsx_scalar_insert_exp_qp_tf (long double, \
 							   unsigned long long);
     VSIEQPF_TF xsiexpqpf_tf {ieeeld}
 
-  const signed int __builtin_vsx_scalar_test_data_class_qp_tf (_Float128, \
+  const signed int __builtin_vsx_scalar_test_data_class_qp_tf (long double, \
 							       const int<7>);
     VSTDCQP_TF xststdcqp_tf {ieeeld}
 
-  const signed int __builtin_vsx_scalar_test_neg_qp_tf (_Float128);
+  const signed int __builtin_vsx_scalar_test_neg_qp_tf (long double);
     VSTDCNQP_TF xststdcnegqp_tf {ieeeld}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-07 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 21:07 [gcc(refs/users/meissner/heads/work093)] Fix typos in KF/TF overload Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).