We had an --sve switch, which would also enable sve,
but no way to turn sve off.

Signed-off-by: Richard Henderson <[email protected]>
---
 risugen | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/risugen b/risugen
index de3f5ea..e690b18 100755
--- a/risugen
+++ b/risugen
@@ -308,6 +308,7 @@ Valid options:
                    a general set you have excluded.
     --no-fp      : disable floating point: no fp init, randomization etc.
                    Useful to test before support for FP is available.
+    --sve        : enable sve floating point
     --be         : generate instructions in Big-Endian byte order (ppc64 only).
     --help       : print this message
 EOT
@@ -319,7 +320,7 @@ sub main()
     my $condprob = 0;
     my $fpscr = 0;
     my $fp_enabled = 1;
-    my $sve_enabled = 1;
+    my $sve_enabled = 0;
     my $big_endian = 0;
     my ($infile, $outfile);
 
-- 
2.17.2


Reply via email to