Steel Bank Common Lisp version 2.6.7
1–10 of 172 posts
Re: Steel Bank Common Lisp version 2.6.7
#2Re: Steel Bank Common Lisp version 2.6.7
#3 * the SB-SIMD contrib now supports ARM64. (Thanks to Sylvia Harrington)
* AVX512 instructions are now supported on X86-64. (Thanks to Robert Smith and Arthur Miller)
* additional support for SIMD instructions on ARM64 and X86-64. (Thanks to Arthur Miller)
These seem like pretty awesome additions. Does anyone know how SIMD works in SBCL? Is this at the codegen layer? i.e. can it auto-vectorize or anything like that? Or are these intrinsics you have to explicitly ask for?Re: Steel Bank Common Lisp version 2.6.7
#4* the SB-SIMD contrib now supports ARM64. (Thanks to Sylvia Harrington) * AVX512 instructions are now supported on X86-64. (Thanks to Robert Smith and Arthur Miller) * additional support for SIMD instructions on ARM64 and X86-64. (Thanks to Arthur Miller) These seem like pretty awesome additions. Does anyone know how SIMD works in SBCL? Is this at the codegen layer? i.e. can it auto-vectorize or anything like that? O…
Re: Steel Bank Common Lisp version 2.6.7
#5Re: Steel Bank Common Lisp version 2.6.7
#6* the SB-SIMD contrib now supports ARM64. (Thanks to Sylvia Harrington) * AVX512 instructions are now supported on X86-64. (Thanks to Robert Smith and Arthur Miller) * additional support for SIMD instructions on ARM64 and X86-64. (Thanks to Arthur Miller) These seem like pretty awesome additions. Does anyone know how SIMD works in SBCL? Is this at the codegen layer? i.e. can it auto-vectorize or anything like that? O…
Re: Steel Bank Common Lisp version 2.6.7
#7Great to see the project is still going strong, I kinda want to try CL but I always feel like I don't have a great use-case.
Re: Steel Bank Common Lisp version 2.6.7
#8Re: Steel Bank Common Lisp version 2.6.7
#9I'm going pretty deep on Lisp on accident - can anybody give me more context on this?
Re: Steel Bank Common Lisp version 2.6.7
#10Great to see the project is still going strong, I kinda want to try CL but I always feel like I don't have a great use-case.
CL can be used pretty much anywhere nowadays, even on the web with ECL wasm compilation.