I did the integration task with FPU before, now I'm afraid of SSE.
My main problem was when I used the FPU stack, there was a fsin
function that can be used for the number that is on the top of the stack (st0).
Now I want to calculate the sine of all my four numbers in XMM0
or calculate it somewhere else and go to XMM0
. I use the AT & T syntax.
I think the second idea is really possible, but I don’t know how :)
Does anyone know how to do this?
pawel source share