Tweaks to get sb-simd 1.3 to compile
[sbcl/simd.git] / src / compiler / sparc / target-insts.lisp
blob422aa7e2e198a641a7f5fef7949f873c356ec058
1 ;;;; This file is for stuff which was in CMU CL's insts.lisp
2 ;;;; file, but which in the SBCL build process can't be compiled
3 ;;;; into code for the cross-compilation host.
5 ;;;; This software is part of the SBCL system. See the README file for
6 ;;;; more information.
7 ;;;;
8 ;;;; This software is derived from the CMU CL system, which was
9 ;;;; written at Carnegie Mellon University and released into the
10 ;;;; public domain. The software is in the public domain and is
11 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
12 ;;;; files for more information.
14 (in-package "SB!VM")