Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/SSE2/SqrtSD.cs
2011-03-17 20:08:35 +00:00

7 lines
No EOL
152 B
C#

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