master: #+sb-unicode
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 82385e1c567f61e0549ff5f174e8ebdc418e7ba1 (commit)
from f519f0f1e3c03c08e8662763804b82443191ea07 (commit)
- Log -----------------------------------------------------------------
commit 82385e1c567f61e0549ff5f174e8ebdc418e7ba1
Author: Stas Boukarev <[email protected]>
Date: Wed Aug 12 06:37:50 2026 +0300
#+sb-unicode
---
src/code/x86-64-simd.lisp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/code/x86-64-simd.lisp b/src/code/x86-64-simd.lisp
index 4e2519ffd..f221a85ee 100644
--- a/src/code/x86-64-simd.lisp
+++ b/src/code/x86-64-simd.lisp
@@ -728,6 +728,7 @@
(setf (sb-impl::buffer-head ibuf) (+ head copied))
(+ start copied))))
+#+sb-unicode
(def-variant utf8-to-character-string :avx2 (start end string ibuf)
(declare (type index start end)
(optimize speed (safety 0)))
@@ -829,7 +830,7 @@
(inst vpbroadcastb c-c0 temp)
(inst vmovdqu tbl1 (register-inline-constant
:sse
- #x38060001000000000000000000000000))
+ #x38060001000000000000000000000000))
(inst vmovdqu tbl2 (register-inline-constant
:sse
#x2020242020202020202020100000010B))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL