The SHUFPD opcode needs X1, X2, ib three arguments, but I want to make a Go 
function like 

shufpd(x1, x2 interface{}, imm8u uint8)

and I hope the asm file like 

SHUFPD X1, X2, imm+48(FP)

but it doesn't work, any suggestion?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to