master: Remove non-ascii characters from sources
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 29b5b1674d890f6ca8da9044a14c8d44aa025ea5 (commit)
from f7fe8b09dfc812cefa73e8962d194e89bdd48ac9 (commit)
- Log -----------------------------------------------------------------
commit 29b5b1674d890f6ca8da9044a14c8d44aa025ea5
Author: Stas Boukarev <[email protected]>
Date: Fri Aug 21 19:18:41 2026 +0300
Remove non-ascii characters from sources
[skip ci]
---
src/compiler/x86-64/target-avx2-insts.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/x86-64/target-avx2-insts.lisp b/src/compiler/x86-64/target-avx2-insts.lisp
index 0cee9c1aa..dfaf4d566 100644
--- a/src/compiler/x86-64/target-avx2-insts.lisp
+++ b/src/compiler/x86-64/target-avx2-insts.lisp
@@ -12,7 +12,7 @@
(in-package "SB-X86-64-ASM")
;;; Printer for EVEX/VEX ModRM.r/m register operands.
-;;; Does NOT use EVEX R' — R' belongs only to the ModRM.reg field.
+;;; Does NOT use EVEX R' - R' belongs only to the ModRM.reg field.
(defun print-ymmreg-rm (value stream dstate)
(let* ((offset (etypecase value
((unsigned-byte 4) value)
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
_______________________________________________
Sbcl-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-commits