From cf2459d4cab72e3e0072fdf76ca2f5d8f9593f78 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 14 Jul 2024 16:15:37 +0300 Subject: jit tests pass (kind of) on x86_64 --- tests/divr_f.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/divr_f.c') diff --git a/tests/divr_f.c b/tests/divr_f.c index 008f6ce..23737fe 100644 --- a/tests/divr_f.c +++ b/tests/divr_f.c @@ -17,7 +17,8 @@ int main(int argc, char *argv[]) ejit_select_compile_func(f, 0, 2, EJIT_USE64(float), do_jit); - assert(erff2(f, EJIT_ARG(-0.5f, float), EJIT_ARG(0.5f, float)) == -1.0f); + assert(erff2(f, EJIT_ARG(-0.5f, float), + EJIT_ARG(0.5f, float)) == -1.0f); assert(erff2(f, EJIT_ARG(1.25f, float), EJIT_ARG(0.5f, float)) == 2.5f); ejit_destroy_func(f); -- cgit v1.2.3