Skip to content

Commit

Permalink
llvm.fma -> llvm.fmuladd
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jul 6, 2020
1 parent 847d21a commit 06c6ebb
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SLEEFPirates"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
authors = ["chriselrod <[email protected]>"]
version = "0.5.3"
version = "0.5.4"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down
Loading

2 comments on commit 06c6ebb

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/17544

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.4 -m "<description of version>" 06c6ebb728aeab1251d7cbbdbf25695019bbb1d9
git push origin v0.5.4

Please sign in to comment.