MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / no_std_floats.rs

File no_std_floats.rs

crates/tinywasm/src/interpreter/no_std_floats.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// see https://github.com/rust-lang/rust/issues/137578 :(
2pub(super) trait NoStdFloatExt {
3 fn round(self) -> Self;
4 fn ceil(self) -> Self;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected