hanabi1224 / Programming-Language-Benchmarks

Yet another implementation of computer language benchmarks game
https://programming-language-benchmarks.vercel.app/
MIT License
658 stars 135 forks source link

SBCL-2.2.5 is out #258

Open bpecsek opened 2 years ago

bpecsek commented 2 years ago

Latest commit of sb-simd is not working on sbcl older then 2.2.4.

Please note that sb-simd is planned to be integrated into sbcl-2.2.5 with one function used in the benchmark codes missing, therefore most codes using it will have to be also updated when the integration is done.

I did modify the spectral-norm CL codes but since you are not accepting my PR I don't know what to do.

I could describe what to change or just look at my PR and see what is needed to be changed and update the codes accordingly.

bpecsek commented 2 years ago

SBCL-2.2.4 is out and latest sb-simd works with it. Could you please update lisp.sh yourself or accept my PR?