master: Incomplete previous diff
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 023755eb0c8e4842e782663b30c6fbe9c3602809 (commit)
from 2cce59959a1f70150c448d9d11fd2a671ab60839 (commit)
- Log -----------------------------------------------------------------
commit 023755eb0c8e4842e782663b30c6fbe9c3602809
Author: Stas Boukarev <[email protected]>
Date: Fri Aug 21 22:22:11 2026 +0300
Incomplete previous diff
---
src/code/x86-64-simd.lisp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/code/x86-64-simd.lisp b/src/code/x86-64-simd.lisp
index 9bcf8f77d..0ee0cd84c 100644
--- a/src/code/x86-64-simd.lisp
+++ b/src/code/x86-64-simd.lisp
@@ -464,8 +464,8 @@
((t-i))
((g))
((v int-avx2-reg))
- ((reverse-mask))
- ((v-xmm)))
+ ((reverse-mask int-avx2-reg))
+ ((v-xmm int-sse-reg)))
()
(let ((reverse-mask-c (inline-const (concat-ub 8 (loop for i below 32 collect i)))))
(assemble ()
@@ -2563,7 +2563,7 @@
(inst sub byte-length ptr)
- (inst vmovq tmp1 byte-length)
+ (inst vmovd tmp1 byte-length)
(inst vpbroadcastb tmp1 tmp1)
(inst vpcmpgtb tmp1 tmp1 (inline-const #x1F1E1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403020100))
@@ -2637,7 +2637,7 @@
TAIL
(inst bsf :dword tmp tmp)
- (inst vmovq tmp2 tmp)
+ (inst vmovd tmp2 tmp)
(inst vpbroadcastb tmp2 tmp2)
(inst vpcmpgtb tmp1 tmp2 (inline-const #x1F1E1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403020100))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL