1From 587ac4a59ea56da18a9989c31a75124e974cb37c Mon Sep 17 00:00:00 2001 2From: Khem Raj <raj.khem@gmail.com> 3Date: Wed, 6 Jun 2018 12:10:22 -0700 4Subject: [PATCH] Re-introduce spe commandline options 5 6This should ensure that we keep accepting 7spe options 8 9Upstream-Status: Inappropriate [SPE port is removed from rs600 port] 10 11Signed-off-by: Khem Raj <raj.khem@gmail.com> 12--- 13 gcc/config/rs6000/rs6000.opt | 13 +++++++++++++ 14 1 file changed, 13 insertions(+) 15 16diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt 17index bde6d3ff664..5af9640825c 100644 18--- a/gcc/config/rs6000/rs6000.opt 19+++ b/gcc/config/rs6000/rs6000.opt 20@@ -344,6 +344,19 @@ mdebug= 21 Target RejectNegative Joined 22 -mdebug= Enable debug output. 23 24+; PPC SPE ABI 25+mspe 26+Target Var(rs6000_spe) Save 27+Generate SPE SIMD instructions on E500. 28+ 29+mabi=spe 30+Target RejectNegative Var(rs6000_spe_abi) Save 31+Use the SPE ABI extensions. 32+ 33+mabi=no-spe 34+Target RejectNegative Var(rs6000_spe_abi, 0) 35+Do not use the SPE ABI extensions. 36+ 37 ; Altivec ABI 38 mabi=altivec 39 Target RejectNegative Var(rs6000_altivec_abi) Save 40