summaryrefslogtreecommitdiff
path: root/lib/libm/arch/amd64/e_exp.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/arch/amd64/e_exp.S')
-rw-r--r--lib/libm/arch/amd64/e_exp.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libm/arch/amd64/e_exp.S b/lib/libm/arch/amd64/e_exp.S
index cdbc7bd4800..696c7307986 100644
--- a/lib/libm/arch/amd64/e_exp.S
+++ b/lib/libm/arch/amd64/e_exp.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: e_exp.S,v 1.2 2005/08/02 11:17:31 espie Exp $ */
/* $NetBSD: e_exp.S,v 1.12 2002/02/27 16:32:46 christos Exp $ */
/*
@@ -39,11 +40,6 @@
#include "abi.h"
-RCSID("$NetBSD: e_exp.S,v 1.12 2002/02/27 16:32:46 christos Exp $")
-#if 0
-RCSID("$FreeBSD: src/lib/msun/i387/e_exp.S,v 1.8.2.1 2000/07/10 09:16:28 obrien Exp $")
-#endif
-
/* e^x = 2^(x * log2(e)) */
ENTRY(__ieee754_exp)
#ifndef __i386__