summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-15 15:44:02 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-15 16:34:16 -0500
commit53a3c3c2ddc9bc87fb64cdffb3aab737e092ea42 (patch)
tree69665085dfa0bb72bd1b68a9fe27fecfa440c23f /lisc
parentc237d0dd746f9991b3578490e47c696cab4b2b29 (diff)
downloadroux-53a3c3c2ddc9bc87fb64cdffb3aab737e092ea42.tar.gz
scale up the mandelbrot test
Diffstat (limited to 'lisc')
-rw-r--r--lisc/test/mandel.ssa4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/test/mandel.ssa b/lisc/test/mandel.ssa
index 87ea9d4..8229fae 100644
--- a/lisc/test/mandel.ssa
+++ b/lisc/test/mandel.ssa
@@ -51,12 +51,12 @@ function w $main() {
 	%r1 =w call $putchar(w 32)   # ' '
 	jmp @loopx1
 @loopx1
-	%x1 =d add %x, d_0.1
+	%x1 =d add %x, d_0.032
 	%cmp1 =w cgtd %x1, d_1.0
 	jnz %cmp1, @loopy1, @loopx
 @loopy1
 	%r2 =w call $putchar(w 10)   # '\n'
-	%y1 =d add %y, d_0.1
+	%y1 =d add %y, d_0.032
 	%cmp2 =w cgtd %y1, d_1.0
 	jnz %cmp2, @ret, @loopy
 @ret