Subject: Can be sin() compiled inline ( as (3)87 command) in gcc under Linux? From: yuri@wiscon.weizmann.ac.il (Shirman Yuri) Date: Sat, 3 Jul 1993 18:56:36 GMT
Hi, linuxers!
I've compiled my program with intensive using of coprocessor ( in fact, I have 486) and from *.s files
i've learned that sin() is a function, not operation. The -m486 flag doesn't help. There is header file
for 68... in /usr/g++-include which shows that the problem can be solved somehow. So, what should be done in order to obtain nice 387 code and avoid calls of functions from libm? I tried to write asm fun
Yuri Shirman