X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Firrat.lisp;h=98b118c2e01d82f55ff6eba57a7cf65d391b2edb;hb=86210c4e406c1b2ff10cc3bac0e71435867db48b;hp=20be275d02d5a67f8b04a7889d6ff29649698e30;hpb=e33fb894f991b2926d8f3bace9058e4c0b2c3a37;p=sbcl.git diff --git a/src/code/irrat.lisp b/src/code/irrat.lisp index 20be275..98b118c 100644 --- a/src/code/irrat.lisp +++ b/src/code/irrat.lisp @@ -41,8 +41,9 @@ ) ; EVAL-WHEN ;;;; stubs for the Unix math library - -;;; Please refer to the Unix man pages for details about these routines. +;;;; +;;;; Many of these are unnecessary on the X86 because they're built +;;;; into the FPU. ;;; trigonometric #!-x86 (def-math-rtn "sin" 1)