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