40 lines
1.1 KiB
Diff
40 lines
1.1 KiB
Diff
From 0b83874fd8e767248adffd616bcd07aa438b6905 Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Wed, 6 Jun 2018 12:10:22 -0700
|
|
Subject: [PATCH] Re-introduce spe commandline options
|
|
|
|
This should ensure that we keep accepting
|
|
spe options
|
|
|
|
Upstream-Status: Inappropriate [SPE port is removed from rs600 port]
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
gcc/config/rs6000/rs6000.opt | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt
|
|
index bde6d3ff664..5af9640825c 100644
|
|
--- a/gcc/config/rs6000/rs6000.opt
|
|
+++ b/gcc/config/rs6000/rs6000.opt
|
|
@@ -344,6 +344,19 @@ mdebug=
|
|
Target RejectNegative Joined
|
|
-mdebug= Enable debug output.
|
|
|
|
+; PPC SPE ABI
|
|
+mspe
|
|
+Target Var(rs6000_spe) Save
|
|
+Generate SPE SIMD instructions on E500.
|
|
+
|
|
+mabi=spe
|
|
+Target RejectNegative Var(rs6000_spe_abi) Save
|
|
+Use the SPE ABI extensions.
|
|
+
|
|
+mabi=no-spe
|
|
+Target RejectNegative Var(rs6000_spe_abi, 0)
|
|
+Do not use the SPE ABI extensions.
|
|
+
|
|
; Altivec ABI
|
|
mabi=altivec
|
|
Target RejectNegative Var(rs6000_altivec_abi) Save
|