@@ -52,6 +52,7 @@ Hyperluminal-mem is currently tested on the following Common Lisp implementation
52
52
* version 1.1.14 (x86) on Debian GNU/Linux jessie (x86_64)
53
53
* version 1.2.8 (armhf) on Debian GNU/Linux wheezy (armhf) inside Qemu
54
54
* version 1.1.15 (powerpc) on Debian GNU/Linux jessie (powerpc) inside Qemu
55
+ * version 1.2.8 (sparc) on Debian GNU/Linux jessie (sparc) inside Qemu
55
56
56
57
* [ ABCL] ( http://www.abcl.org/ )
57
58
* version 1.3.1 on OpenJDK 1.7.0_65 (x86_64) on Debian GNU/Linux jessie (x86_64)
@@ -64,7 +65,7 @@ Hyperluminal-mem is currently tested on the following Common Lisp implementation
64
65
* [ CCL] ( http://ccl.clozure.com/ )
65
66
* version 1.10 (x86_64) on Debian GNU/Linux jessie (x86_64)
66
67
* version 1.10 (x86) on Debian GNU/Linux jessie (x86_64)
67
- * version 1.10 (armhf) on Debian GNU/Linux wheezy (armhf) inside Qemu
68
+ * version 1.10 (linuxarm) on Debian GNU/Linux wheezy (armhf) inside Qemu
68
69
* version 1.9-r15761 (linuxppc) on Debian GNU/Linux wheezy (powerpc) inside Qemu
69
70
70
71
* [ CLISP] ( http://www.clisp.org/ )
@@ -74,6 +75,12 @@ Hyperluminal-mem is currently tested on the following Common Lisp implementation
74
75
* version 20d Unicode (x86) on Debian GNU/Linux jessie (x86_64)
75
76
76
77
78
+ ### Partially supported systems
79
+
80
+ * [ SBCL] ( http://sbcl.org/ ) version 1.2.8 running on Linux SPARC almost works,
81
+ except that MREAD and MWRITE of DOUBLE-FLOAT signal a SIGBUS error
82
+ due to wrong alignment - see [ issue #5 ] ( https://github.com/cosmos72/hyperluminal-mem/issues/5 )
83
+
77
84
### Unsupported systems
78
85
79
86
* [ ECL] ( http://ecls.sourceforge.net/ ) version 13.5.1 has some known issues
0 commit comments