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