Skip to content

0.58.1

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 27 Jan 01:36
· 61 commits to main since this release

Fix missing "runtime_info" package documentation

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.f32j and llvm.powi.f64; updated to use llvm.powi.f32.i32 and llvm.powi.f64.i32.

[0.58.1] - 2024-01-27

Fixed

  • Fix missing "runtime_info" package documentation (PR #4476)
  • Use the correct LLVM intrinsics for powi on *nix. (PR #4481)