Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/x87/FloatSine.cs

7 lines
132 B
C#

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