I'm getting a compile error of Error: operand type mismatch for 'movaps'
, and googling hasn't revealed a solution. movups
and addps
also give the same error.
Here's a relevant excerpt:
# load address into %eax
movaps %eax, %mm0
For completeness, I'm compiling the .s
file with -m32
.