(require :sb-simd) failed. Caused by absence of sb-simd module when built from lang/sbcl port.
Can you elaborate on this issue? I can't parse it.
(In reply to Kirill Ponomarev from comment #1) according to sbcl release note of version 2.2.6, a new module named "sb-simd" came into sbcl source base. new contrib: sb-simd, to provide a convenient interface for SIMD programming on x86-64. (Thanks to Marco Heisig and other sb-simd contributors) (http://www.sbcl.org/news.html#2.2.7) i'm trying to load this sb-simd module on freebsd by (require :sb-simd) in the repl. But it failed. the Makefile in the lang/sbcl shows: CONMODULES= asdf sb-aclrepl sb-bsd-sockets sb-cltl2 sb-concurrency sb-cover \ sb-executable sb-gmp sb-grovel sb-introspect sb-md5 sb-mpfr \ sb-posix sb-queue sb-rotate-byte sb-rt sb-simple-streams \ sb-sprof CONMODULES may miss sb-simd?