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