Skip to content

Commit

Permalink
Updates release notes for PR #4481
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 26, 2024
1 parent 1bec98a commit a3ce965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/4481.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

The documentation for the "runtime_info" package wasn't being generated. We've fixed that oversight.

## Use the correct LLVM intrinsics for `powi` on *nix.

We were using outdated LLVM intrinsics `llvm.powi.f32`j and `llvm.powi.f64`; updated to use `llvm.powi.f32.i32` and `llvm.powi.f64.i32`.

0 comments on commit a3ce965

Please sign in to comment.