From 23db5514bf626801c8e752f12171eb45d2598946 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 7 Sep 2023 21:25:36 +0300 Subject: allow fibonacci in jit-comparison --- ops/le/xle2.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ops/le/xle2.c (limited to 'ops/le/xle2.c') diff --git a/ops/le/xle2.c b/ops/le/xle2.c new file mode 100644 index 0000000..aa06057 --- /dev/null +++ b/ops/le/xle2.c @@ -0,0 +1,5 @@ +#include "../common.h" + +DEFINE_OP(xle2) { + NEXT_OP(sp, x <= 2, x, y, o); +} -- cgit v1.3