From: Joao C. <jc...@fe...> - 2003-03-14 20:01:39
|
On Friday 14 March 2003 18:56, Rafael Laboissiere wrote: > * Jo=E3o Cardoso <jc...@fe...> [2003-03-14 17:26]: > > But I still have doubts with nn/csa, because of NaN issues. > > I'm thinking in posting a RFC in the general list, asking for people > > with non linux system to test a test program, that I attach. > > > > Under OSF/alpha, it must be compiled as > > > > gcc -mieee nantest.c -o nantest -lm > > > > or, using the native compiler, > > > > cc -ieee nantest.c -o nantest -lm > > > > Under linux, a plain gcc ... -lm will do the work, although adding the > > -mieee-fp flag is the recomended approach. > > Do you wish a new configure check to add the necessary flags for OSF/Alpha > (or other systems)? They are already there... but when new systems are know, it might be=20 necessary. Please check in sysloc.in for mieee-fp and correct it so it becomes "The Ri= ght=20 Way To Do It" (TM - Rafael :) Joao |