Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/SSE2/ConvertSD2SS.cs

7 lines
No EOL
152 B
C#

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