Date: Tue, 11 Feb 1997 12:56:48 -0500 From: Alexander Seth Jones <ajones@ctron.com> To: hackers@freefall.freebsd.org Subject: ilogb w/FPU croaking Message-ID: <3300B2E0.678F@ctron.com>
next in thread | raw e-mail | index | archive | help
I just built the libmsun library with the HAVE_FPU and _IEEE_LIBM macros and am getting a memory error when using the ilogb function. I don't think I built it incorrectly because all of the other functions work. Is this a known error, or should I investigate more? I'm running 2.1.5-RELEASE on a 486-66. Here's a test program that illustrates the error: #include <math.h> int main() { int i = ilogb( 2938472389.2374 ); } -- Alex Jones | ajones@ctron.com Cabletron Systems, Inc. Durham, NH USA 03824
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3300B2E0.678F>