From: Rafael L. <lab...@ps...> - 2003-03-14 18:56:50
|
* João 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)? -- Rafael |