Link to home
Start Free TrialLog in
Avatar of clorton
clorton

asked on

Floating point opcodes and MSVC++ 1.52

I am trying to fine tune some code with inline assembly (__asm) in MSVC++ 1.52, but it will not let me use the FSIN, FCOS or FSINCOS floating point opcodes which are legal for the Pentium (and I believe the 486).  I have tried the /G3 flag, but it does not help.  Any suggestions?
ASKER CERTIFIED SOLUTION
Avatar of os012897
os012897

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial