Cosmos/source2/Compiler/Cosmos.Assembler.x86/x87/FloatSine.cs
kudzu_cp 903e0b727f
2012-01-23 22:15:20 +00:00

7 lines
149 B
C#

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