Skip to content

0.25.24

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 14:54

Added

  • futhark doc now produces better (and stable) anchor IDs.

  • futhark profile now supports multiple JSON files.

  • futhark fmt, by William Due and Therese Lyngby.

  • Lambdas can now be passed as the last argument to a function application.

Fixed

  • Negation of floating-point positive zero now produces a negative
    zero.

  • Necessary inlining of functions used inside AD constructs.

  • A compile time regression for programs that used higher order
    functions very aggressively.

  • Uniqueness bug related to slice simplification.