master: #+
stassats via Sbcl-commits <[email protected]> Tue, 30 Jun 2026 01:35:00 +0000
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 3335c2b15090630b19eb0aaaf5596361182b5a09 (commit)
from 55322d716c6f952168ba59f3bc53b133e074d7c3 (commit)
- Log -----------------------------------------------------------------
commit 3335c2b15090630b19eb0aaaf5596361182b5a09
Author: Stas Boukarev <[email protected]>
Date: Tue Jun 30 04:34:43 2026 +0300
#+
---
src/code/external-formats/enc-basic.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/code/external-formats/enc-basic.lisp b/src/code/external-formats/enc-basic.lisp
index 1db4014b5..e246030ff 100644
--- a/src/code/external-formats/enc-basic.lisp
+++ b/src/code/external-formats/enc-basic.lisp
@@ -1670,7 +1670,7 @@
(incf index)))
(values length nil)))))
-#+(and 64-bit sb-unicode (not arm64))
+#-arm64
(defun sb-vm::simd-copy-character-string-to-utf8-byte-array (byte-array string length)
(declare (index length)
(simple-character-string string)
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL