Skip to content
Snippets Groups Projects
Commit d2d38ba4 authored by dtc's avatar dtc
Browse files

Although there are VOPs for sin and cos on the x86, the C library

versions may be more accurate for large arguments, so may want to call
these.
parent ad0e9a38
No related branches found
No related tags found
No related merge requests found
/* Routines that must be linked into the core for lisp to work. */ /* Routines that must be linked into the core for lisp to work. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.10 1997/02/05 18:01:19 pw Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.11 1997/02/18 01:22:20 dtc Exp $ */
/* Pick up all the syscalls. */ /* Pick up all the syscalls. */
accept, accept,
...@@ -175,10 +175,8 @@ write, ...@@ -175,10 +175,8 @@ write,
writev, writev,
/* Math routines. */ /* Math routines. */
#ifndef i386
cos, cos,
sin, sin,
#endif
tan, tan,
acos, acos,
asin, asin,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment