Skip to content
Snippets Groups Projects
Commit ee987d8d authored by wlott's avatar wlott
Browse files

Added static symbols two-arg-gcd and two-arg-lcm.

parent faadad70
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.48 1990/05/13 02:01:03 ch Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.49 1990/05/18 00:55:23 wlott Exp $
;;;
;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so
......@@ -492,7 +492,7 @@
;; Static functions.
two-arg-+ two-arg-- two-arg-* two-arg-/ two-arg-< two-arg-> two-arg-=
two-arg-<= two-arg->= two-arg-/= %negate two-arg-and two-arg-ior two-arg-xor
length
length two-arg-gcd two-arg-lcm
))
(defparameter exported-static-symbols
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment