mention minio's asm2plan9 for unsuported opcodes

This commit is contained in:
Damian Gryski 2018-03-16 09:11:19 -07:00
parent 74c6b51e6c
commit 8253fd9ec9

View File

@ -935,7 +935,7 @@ Techniques specific to the architecture running the code
* always have pure-Go version (noasm build tag): testing, arm, gccgo * always have pure-Go version (noasm build tag): testing, arm, gccgo
* brief intro to syntax * brief intro to syntax
* calling convention * calling convention
* using opcodes unsupported by the asm * using opcodes unsupported by the asm (asm2plan9, but this is getting rarer)
* notes about why intrinsics are hard * notes about why intrinsics are hard
* all the tooling to make this easier: asmfmt, peachpy, c2goasm, ... * all the tooling to make this easier: asmfmt, peachpy, c2goasm, ...