From: Brian P. <br...@va...> - 2001-06-15 15:24:47
|
Klaus Niederkrueger wrote: > > 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 */ Can you try doing that on your system? Let me know if a change is needed. -Brian |