Do not irritate the assembler by FSTPL %sp(1)
commit5918c0032bab252d0f42f711f1c2ae2afbe8725b
authorJakub Jermar <jakub@jermar.eu>
Thu, 14 Sep 2017 19:06:00 +0000 (14 21:06 +0200)
committerJakub Jermar <jakub@jermar.eu>
Thu, 14 Sep 2017 19:06:00 +0000 (14 21:06 +0200)
tree0eb864275b55ad0b9c1493be2b99436ed24604ab
parent120d5bc8e4646bd84d307843a97703967e6f22c5
Do not irritate the assembler by FSTPL %sp(1)

When moving data between two FPU stacked registers, the width of the operand
does not make sense. Use FSTP %sp(1) instead.
uspace/lib/math/arch/amd64/src/cos.S
uspace/lib/math/arch/amd64/src/sin.S