v1.12-dfe2386bfb
Pre-release
Pre-release
maleadt
released this
14 Oct 07:57
·
15 commits
to riscv
since this release
Requirements:
- glibc 2.36
- Linux 6.4+
On older versions of Linux CPU feature detection won't work, and you will end up with heavily pessimized code. In that case, it would probably help to run with an explicit CPU configuration, e.g., julia -C generic-rv64,i,m,a,f,d,zicsr,zifencei,c
which is the expanded form of rv64gc
(LLVM doesn't recognize the shorthand).
Built for rv64gc
:
MARCH := rv64gc
JULIA_CPU_TARGET := generic-rv64,i,m,a,f,d,zicsr,zifencei,c
Based on upstream JuliaLang@35bf824