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

7 lines
No EOL
161 B
C#

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