Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/SSE2/ConvertSD2SS.cs
2012-01-23 15:17:54 +00:00

7 lines
No EOL
169 B
C#

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