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

https://gcc.gnu.org/g:0d4fad1041c4d3d66ff54452c4209c92cbc394b8

commit 0d4fad1041c4d3d66ff54452c4209c92cbc394b8
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Jun 28 18:26:37 2022 -0400

    Fix typos.
    
    2022-06-28   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/rs6000-builtins.def
            (__builtin_vsx_scalar_extract_expq_tf): Fix argument to be long
            double, add ieeeld condition.
            (__builtin_vsx_scalar_extract_sigq_tf): Likewise.
            (__builtin_vsx_scalar_test_data_class_qp_tf): Add ieeeld condition.
            (__builtin_vsx_scalar_test_neg_qp): Likewise.

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

diff --git a/gcc/config/rs6000/rs6000-builtins.def b/gcc/config/rs6000/rs6000-builtins.def
index fa7af0b3005..1cad7657e5e 100644
--- a/gcc/config/rs6000/rs6000-builtins.def
+++ b/gcc/config/rs6000/rs6000-builtins.def
@@ -2951,18 +2951,18 @@
   fpmath double __builtin_truncf128_round_to_odd_tf (long double);
     TRUNCF128_ODD_TF trunctfdf2_odd {ieeeld}
 
-  const signed long long __builtin_vsx_scalar_extract_expq_tf (_Float128);
-    VSEEQP_TF xsxexpqp_tf {}
+  const signed long long __builtin_vsx_scalar_extract_expq_tf (long double);
+    VSEEQP_TF xsxexpqp_tf {ieeeld}
 
-  const signed __int128 __builtin_vsx_scalar_extract_sigq_tf (_Float128);
-    VSESQP_TF xsxsigqp_tf {}
+  const signed __int128 __builtin_vsx_scalar_extract_sigq_tf (long double);
+    VSESQP_TF xsxsigqp_tf {ieeeld}
 
   const signed int __builtin_vsx_scalar_test_data_class_qp_tf (long double, \
 							       const int<7>);
-    VSTDCQP_TF xststdcqp_tf {}
+    VSTDCQP_TF xststdcqp_tf {ieeeld}
 
   const signed int __builtin_vsx_scalar_test_neg_qp (_Float128);
-    VSTDCNQP_TF xststdcnegqp_tf {}
+    VSTDCNQP_TF xststdcnegqp_tf {ieeeld}
 
 
 ; Decimal floating-point builtins.


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

only message in thread, other threads:[~2022-06-28 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 22:26 [gcc(refs/users/meissner/heads/work092)] Fix typos 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).