diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-30 00:53:34 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-30 00:53:34 +0300 |
commit | 451797936119d8236843c4e9aee4a47dc5cddd56 (patch) | |
tree | 5aed431a0058bbe00627659cefc8fef85a4e18bb /tests/do_jit.h | |
parent | 864a078cf9faf9b85a7a9042b4033d46847aea8f (diff) | |
download | ejit-451797936119d8236843c4e9aee4a47dc5cddd56.tar.gz ejit-451797936119d8236843c4e9aee4a47dc5cddd56.zip |
continue working through test cases
+ Remove overflow and more complicated floating point tests for now
Diffstat (limited to 'tests/do_jit.h')
-rw-r--r-- | tests/do_jit.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |