in the Intel® Intrinsics Guide it says Instruction: vpblendmd zmm {k}, zmm, zmm
, I don't understand how to use the {k}
, for example I write the following code:
vpblendmd %zmm1,%zmm2,%zmm2{0xAAAA}
but it's wrong for compiling and the compiler reports the information Error: unknown vector operation: '{0xAAAA}'
so how can I use this instruction?