From 451797936119d8236843c4e9aee4a47dc5cddd56 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Jun 2024 00:53:34 +0300 Subject: continue working through test cases + Remove overflow and more complicated floating point tests for now --- tests/do_jit.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/do_jit.h') diff --git a/tests/do_jit.h b/tests/do_jit.h index d0d4921..637ed7d 100644 --- a/tests/do_jit.h +++ b/tests/do_jit.h @@ -7,4 +7,12 @@ static bool do_jit = false; static bool do_jit = true; #endif +#define erf3 ejit_run_func_3 +#define erf2 ejit_run_func_2 +#define erf1 ejit_run_func_1 + +#define erff3 ejit_run_func_f_3 +#define erff2 ejit_run_func_f_2 +#define erff1 ejit_run_func_f_1 + #endif /* DOJIT_H */ -- cgit v1.2.3