summaryrefslogtreecommitdiff
path: root/lib/libm/arch/i387/e_exp.S
AgeCommit message (Collapse)Author
2006-03-18Remove amd64 code.Mark Kettenis
ok otto@
2005-11-15Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@Otto Moerbeek
2005-08-02Add missing $OpenBSD$ tags.Marc Espie
Zap wasteful RCSID("$NetBSD$") okay deraadt@
2003-04-17picky assembler warning cleanupsDale Rahn
2000-06-062nd patch for stack mishandling; wd@ics.nara-wu.ac.jpTheo de Raadt
1996-07-27fix from bde; Clean up the FP stack before returning. The i387 exp()Theo de Raadt
leaked an FP register on its first call. Subsequent calls reused the register so the leak didn't accumulate. + some netbsd improvements after that.
1995-10-18initial import of NetBSD treeTheo de Raadt