-
-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rotate release notes as part of the 0.58.1 release
- Loading branch information
1 parent
06f7e23
commit 1dccb5d
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 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.f32`j and `llvm.powi.f64`; updated to use `llvm.powi.f32.i32` and `llvm.powi.f64.i32`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
## 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.f32`j and `llvm.powi.f64`; updated to use `llvm.powi.f32.i32` and `llvm.powi.f64.i32`. | ||
|
||