X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fassembly%2Falpha%2Farray.lisp;h=f6f2a70927f215deeaffee072bf021f412b41e99;hb=416152f084604094445a758ff399871132dff2bd;hp=1ab3057798542d1420d117326b38a059b9532c24;hpb=dfa55a883f94470267b626dae77ce7e7dfac3df6;p=sbcl.git diff --git a/src/assembly/alpha/array.lisp b/src/assembly/alpha/array.lisp index 1ab3057..f6f2a70 100644 --- a/src/assembly/alpha/array.lisp +++ b/src/assembly/alpha/array.lisp @@ -1,17 +1,14 @@ -;;; -*- Package: ALPHA -*- -;;; -;;; ********************************************************************** -;;; This code was written as part of the CMU Common Lisp project at -;;; Carnegie Mellon University, and has been placed in the public domain. -;;; -;;; -;;; ********************************************************************** -;;; -;;; This file contains the support routines for arrays and vectors. -;;; -;;; Written by William Lott. -;;; Conversion by Sean Hallgren -;;; +;;;; support routines for arrays and vectors + +;;;; This software is part of the SBCL system. See the README file for +;;;; more information. +;;;; +;;;; This software is derived from the CMU CL system, which was +;;;; written at Carnegie Mellon University and released into the +;;;; public domain. The software is in the public domain and is +;;;; provided with absolutely no warranty. See the COPYING and CREDITS +;;;; files for more information. + (in-package "SB!VM") @@ -41,9 +38,8 @@ (inst addq alloc-tn words alloc-tn) (storew ndescr result 0 other-pointer-type) (storew length result vector-length-slot other-pointer-type))) - -;;;; Hash primitives +;;;; hash primitives #| (define-assembly-routine (sxhash-simple-string (:translate %sxhash-simple-string)