Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/SSE2/ConvertSS2SD.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
149 B
C#

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