|
From: Vincent Penquerc'h <Vin...@ar...> - 2003-08-01 09:45:20
|
> joerg> gcc -S main.c && cat main.s [...] > call asinf When optimizing, glibc supplies inline asm implementations of some math routines. acosf/asinf may be among these (I'm at work with a Windows machine here, so can't check). Try -O2. -- Vincent Penquerc'h |