amd64 icon indicating copy to clipboard operation
amd64 copied to clipboard

amd64 instruction assembler

Results 2 amd64 issues
Sort by recently updated
recently updated
newest added

I'm not sure about which SIMD instructions for amd64 are missing from Go 1.11 assembler. Only these come to mind: * Some legacy MMX instructions * AMD-specific extensions AFAIK, AVX1,...

I remember reading that Go functions must provide a stack map, to inform the garbage collector on which stack locations contain pointers. Does the Assembler.MakeFunc() create a stack map for...