Module Name: src Committed By: drochner Date: Mon Jun 6 17:02:30 UTC 2011
Modified Files: src/lib/libc/arch/i386/gen: infinityl.c src/lib/libc/arch/x86_64/gen: infinityl.c Log Message: make sure the infinity returned by HUGE_VALL has the "implicit" bit set, otherwise it is invalid This code is unlikely to be hit because gcc (and clang) use their builtins for these special values. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/i386/gen/infinityl.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/x86_64/gen/infinityl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.