Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/arch/i387 Add a dummy s_scalbln.S to avoid the gene...



details:   https://anonhg.NetBSD.org/src/rev/a1a6f7e2edf4
branches:  trunk
changeset: 786384:a1a6f7e2edf4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Apr 27 18:44:39 2013 +0000

description:
Add a dummy s_scalbln.S to avoid the generic implementations of scalbln
and co on i386 and amd64. They are implemented next to scalbn and co.

diffstat:

 lib/libm/arch/i387/s_scalbln.S |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (5 lines):

diff -r bb02dc965799 -r a1a6f7e2edf4 lib/libm/arch/i387/s_scalbln.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libm/arch/i387/s_scalbln.S    Sat Apr 27 18:44:39 2013 +0000
@@ -0,0 +1,1 @@
+/* This file is intentionally empty */



Home | Main Index | Thread Index | Old Index