From: Klaus N. <kl...@ma...> - 2001-06-15 09:54:00
|
Hi, Some time ago I wrote saying that I had problems with the square-root functions in the file 'src/mmath.c' when compiling with '-fstrict-aliasing' (on RedHat7.0), so I guess that a similar patch as Josh's should be applied to 'mmath.c' in lines like float f; unsigned int *fi = (unsigned int *)&f; /* to access the bits of a float in */ /* C quickly we must misuse pointers */ Greetings, Klaus |