namespace Cosmos.Compiler.Assembler.X86.x87 { [Cosmos.Assembler.OpCode("fsqrt")] public class FloatSqrt : Instruction { } }