aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth_kernel.fut
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/aberth_kernel.fut')
-rw-r--r--aberth/aberth_kernel.fut4
1 files changed, 3 insertions, 1 deletions
diff --git a/aberth/aberth_kernel.fut b/aberth/aberth_kernel.fut
index be1fed0..e1e7aa3 100644
--- a/aberth/aberth_kernel.fut
+++ b/aberth/aberth_kernel.fut
@@ -7,7 +7,7 @@ module uniform_real = uniform_real_distribution f32 rand_engine
module cplx = mk_complex f32
type complex = cplx.complex
-let N = 18i32
+let N = 22i32
let PolyN = N + 1
type poly = [PolyN]f32
@@ -167,3 +167,5 @@ entry main_all
(seed: i32)
: []i32 =
main_job 0 (1 << N) width height left top right bottom seed
+
+entry get_N: i32 = N