From 53a3c3c2ddc9bc87fb64cdffb3aab737e092ea42 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 15 Feb 2016 15:44:02 -0500 Subject: scale up the mandelbrot test --- lisc/test/mandel.ssa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/test') 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 -- cgit 1.4.1