https://bugs.exim.org/show_bug.cgi?id=2302
--- Comment #5 from YunQiang Su <syq@???> ---
With some modify, most of testing work well, except fcmp.
For example test43 case1:
jump = sljit_emit_fcmp(compiler, SLJIT_GREATER_EQUAL_F64,
SLJIT_MEM1(SLJIT_S0), 0, SLJIT_MEM2(SLJIT_S0, SLJIT_R0), SLJIT_F64_SHIFT);
printf("%ld, %ld, %ld\n", SLJIT_MEM1(SLJIT_S0), SLJIT_MEM2(SLJIT_S0,
SLJIT_R0), SLJIT_F64_SHIFT);
sljit_emit_return(compiler, SLJIT_MOV, SLJIT_IMM, -2);
what does SLJIT_MEM1/SLJIT_MEM2 mean?
--
You are receiving this mail because:
You are on the CC list for the bug.