https://github.com/AntonC9018/thesis-png/blob/94ab6d83e05f169970f4936efe39f56d4c0cd839/src/main.zig#L73-L90
Is there some more clean way of using the special division instructions to remove these casts? And maybe even the check if it's less than zero?
I kinda looked at those in the docs, but in the end just settled with the casts, because they are more familiar, and I just can't imagine how to do this properly with the div instructions.