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

7 lines
No EOL
131 B
C#

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