jit!() { /* proc-macro */ }Expand description
JIT block emitter for AArch64.
Example:
jit!(ops ; top: ; add x1, x2, #1 ; cbnz w1, <top)
jit!() { /* proc-macro */ }JIT block emitter for AArch64.
Example:
jit!(ops ; top: ; add x1, x2, #1 ; cbnz w1, <top)