diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp
index 08ce90bdf785a35547da0771c9afabbe4cb45818..2d8d829bc963bc3ed61b4adb718b18e88185d15f 100644
--- a/src/compiler/float-tran.lisp
+++ b/src/compiler/float-tran.lisp
@@ -716,6 +716,9 @@
 (dolist (stuff '((exp %exp *)
 		 (log %log float)
 		 (sqrt %sqrt float)
+		 (sin %asin float)
+		 (cos %cos float)
+		 (tan %tan float)
 		 (asin %asin float)
 		 (acos %acos float)
 		 (atan %atan *)