Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ fmt
Method
fmt
cranelift/codegen/src/isa/riscv64/inst/vector.rs:44–48 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter)
Source
from the content-addressed store, hash-verified
42
43
impl fmt::Display for VecAvl {
44
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
45
match self {
46
VecAvl::Static { size } => write!(f,
"{size}"
),
47
}
48
}
49
}
50
51
impl VecElementWidth {
Callers
nothing calls this directly
Calls
2
len
Method · 0.45
write_str
Method · 0.45
Tested by
no test coverage detected