[Mesa3d-dev] math functions

2006-02-09 Thread Michał Król
Mesa uses its own replacement functions for C library functions. I need to use the following missing functions: float asin (float); float atan (float); Should I use the clib functions directly, or there is someone who takes care of it and who assures compatibility across different platforms and c

Re: [Mesa3d-dev] math functions

2006-02-09 Thread Brian Paul
Michał Król wrote: Mesa uses its own replacement functions for C library functions. > I need to use the following missing functions: float asin (float);float atan (float); Should I use the clib functions directly, or there is someone who takes care of it and who assures compatibility acrossdiff