Skip to content

Commit f6531f0

Browse files
committed
rustc_const_math: introduce the base APFloat API.
1 parent ad36f8f commit f6531f0

File tree

4 files changed

+548
-0
lines changed

4 files changed

+548
-0
lines changed

src/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_const_math/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ crate-type = ["dylib"]
1111
[dependencies]
1212
serialize = { path = "../libserialize" }
1313
syntax = { path = "../libsyntax" }
14+
rustc_bitflags = { path = "../librustc_bitflags" }

0 commit comments

Comments
 (0)