Block a user
core/llvm_intrinsics: remove llvm.roundeven call from call_float_roundeven (issue 396)
compilation of empty kernel emits undefined llvm.stackrestore.p0i8
Also occurs in other situations, but the empty kernel seems to be the simplest repro.
compilation of empty kernel emits undefined llvm.stackrestore.p0i8
Add icon for windows installer download button
better windows installer icon on main page button
b2dedd77ad
rebased from linux 6.6 LTS
693e301ccf
fix pkgs.writeReferencesToFile deprecation and pin linux version
6fca060256
flake: update to nixpkgs 24.05
pkgs.writeReferencesToFile is deprecated
Update dependencies and fix deprecated pkgs.writeReferencesToFile
core: fix __nac3_ndarray_calc_size crash due to incorrect typing
ndarray crash in ARTIQ
Seems to be wrong LLVM IR emitted and likely reproducible with nac3standalone.
56fa2b6803
core: fix crash on iterating over non-iterables
d06c13f936
core: fix crash on invalid subscripting
core: Fix crashes on invalid subscripting & iterating over non-iterables.