Bela Pecsek
Bela Pecsek
Hi, I'm trying to build c2ffi on MacOS X Big Sur with no avail. % uname -a Darwin BelasMacBookAir.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021;...
I am trying to build c2ffi on an Arm64 Ubuntu 20.04 running under Parallel Desktop on an M1 MacBook Air I am getting this error at the linking phase: [...
Could you please add support for the M1 MacOSX? After installing clang-11 from homebrew c2ffi can now be built on the M1 Macbook using this shell script. ''' git clone...
Why isn’t the the Julia 3.jl pidigit code marked ffi?
Could you please let us know why the lisp benchmarks are not run?
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...
Could you please explain why @setFloatMode(.Optimized) is allowed for zig in spectralnorm code? As far as I know this is “equivalent” to -ffast-math in GCC yet quite rightfully -ffast-math is...
I have this in .abclrc ``` (require "asdf") (require "abcl-contrib") (asdf:load-system :quicklisp-abcl) ``` However, I am getting this when starting abcl (please note that the same is happening with sbcl-1.8.0)...