01:55 fdobridge: <k​arolherbst🐧🦀> would be interesting to use cbindgen at some point as well
19:47 fdobridge: <g​fxstrand> I'm REALLY tempted to rewrite at least the turing sim in rust.
19:48 fdobridge: <m​arysaka> then I guess I should rewrite it in Rust later :AkkoDerp:
19:48 fdobridge: <g​fxstrand> Rewriting the builder would be more work because C calling into rust is a bit of a pain.
19:48 fdobridge: <m​arysaka> I think I found multiple inconsistency on it btw but need to confirm those
20:17 fdobridge: <m​arysaka> I think I should start the tester next considering it's pretty much done.. the only missing bits are:
20:17 fdobridge: <m​arysaka> - Implement a tester for the mme_fermi_builder
20:17 fdobridge: <m​arysaka> - Decide if we want to emulate mme_loop
20:17 fdobridge: <m​arysaka> - Decide if we want to emulate missing branch instruction (it only support BEQ and BNE)
20:17 fdobridge: <m​arysaka> - Figure out UNK6 operation (probably FIFO related)
23:17 fdobridge: <g​fxstrand> Nice!
23:19 fdobridge: <g​fxstrand> As for `mme_loop` and branches... Neither are really necessary AFAIK. We can emulate them if needed but I'm happy for you to not bother for now. I think all loops we use today have exact bounds so we can probably replace most instances of `lt` with `ne`.