Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/SSE2/MoveSD.cs
Trivalik_cp 1c970d67f9 add sse2 cvtsi2sd,cvtss2sd, movsd
fix conv_r8 with them
get 64 div working, without overflow detection!
2011-04-16 12:18:09 +00:00

7 lines
No EOL
140 B
C#

namespace Cosmos.Compiler.Assembler.X86.SSE
{
[OpCode("movsd")]
public class MoveSD : InstructionWithDestinationAndSource
{
}
}