| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| futhark-0.25.33-linux-x86_64.tar.xz | 2025-09-09 | 8.1 MB | |
| 0.25.33 source code.tar.gz | 2025-09-09 | 1.9 MB | |
| 0.25.33 source code.zip | 2025-09-09 | 2.9 MB | |
| README.md | 2025-09-09 | 997 Bytes | |
| Totals: 4 Items | 12.8 MB | 0 | |
Added
-
Futhark now implements the cachedir specification, such that e.g. the
datadirectories created byfuthark testandfuthark benchcontain aCACHEDIR.TAGfile. -
C types corresponding to records now have nicer names.
-
futhark scriptnow has a$restoreprocedure, and the$storeprocedure has been augmented with support for opaque types. -
The expression guarded by an
assertmay now be any expression, and need no longer be an atom.
Fixed
-
futhark fmt --checkno longer prints the program on failure. -
Use of unsigned types in entry points could cause invalid C to be generated. (#2306)
-
futhark scriptnow frees values before terminating. -
Correct source locations when warning about unused local functions.
-
Unpacking a unary sum type directly in a parameter or
let-binding was defective. (#2314) -
The derivative of
x**1forx==0would be NaN. -
futhark fmtnow prints multi-lineassertin a less horrible way.