mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Adjust foreign-stack-alignment.impure for x86.
Check for 16 bytes of alignment.
This commit is contained in:
parent
e9f752f014
commit
954a0f30ca
|
|
@ -1805,7 +1805,8 @@
|
|||
(defknown data-nil-vector-ref (simple-array index) nil
|
||||
(always-translatable))
|
||||
(defknown data-vector-set (array index t) t
|
||||
(always-translatable))
|
||||
(always-translatable)
|
||||
:destroyed-constant-args (nth-constant-args 1))
|
||||
(defknown data-vector-set-with-offset (array fixnum fixnum t) t
|
||||
(always-translatable))
|
||||
(defknown hairy-data-vector-ref (array index) t (foldable))
|
||||
|
|
|
|||
|
|
@ -34,9 +34,7 @@
|
|||
#+mips 8
|
||||
#+(and ppc darwin) 16
|
||||
#+(and ppc (not darwin)) 8
|
||||
#+(or arm64 x86-64) 16
|
||||
#+(and x86 (not darwin)) 4
|
||||
#+(and x86 darwin) 16
|
||||
#+(or arm64 x86 x86-64) 16
|
||||
#+sparc 8
|
||||
#+alpha 16
|
||||
#+hppa 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue