[go-nuts] Using the CX register on 386 and AMD64 in Go Assembly

2019-03-30 Thread Neven Sajko
The official documentation on using the Go assembly [0] says this: > When using the compiler and assembler's -dynlink or -shared modes, any > load or store of a fixed memory location such as a global variable must > be assumed to overwrite CX. Therefore, to be safe for use with these > modes, asse

[go-nuts] What do the U, V, and W in function names in src/math/big stand for?

2019-03-29 Thread Neven Sajko
For example in mulWW or addVV? It seems to maybe have something to do with function arguments? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubsc