Date: Thu, 30 Sep 2010 19:20:21 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/amd64/gen ldexp.c src/lib/libc/i386/gen ldexp.c Message-ID: <201009301920.o8UJKe6u098829@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2010-09-30 19:20:21 UTC FreeBSD src repository Removed files: lib/libc/amd64/gen ldexp.c lib/libc/i386/gen ldexp.c Log: SVN rev 213308 on 2010-09-30 19:20:21Z by dim Retire the amd64 and i386 specific inline assembly versions of ldexp.c, as they are slower than the generic version in C, at least on modern hardware. This leaves us with just five implementations. Suggested by: bde Approved by: rpaulo (mentor) Revision Changes Path 1.16 +0 -68 src/lib/libc/amd64/gen/ldexp.c (dead) 1.15 +0 -68 src/lib/libc/i386/gen/ldexp.c (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009301920.o8UJKe6u098829>