playground::isOdd: testq %rdi, %rdi setg %al andb %dil, %al retq
Unfortunately the go playground doesn't seem to support emitting assembly?
No, Go playground can not do that :(
https://godbolt.org/z/eMv41nc6Y
Proof, that you must use rust if you want blazingly fast execution of fearlessly pessimized code!
Unfortunately the go playground doesn't seem to support emitting assembly?