MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / cmp

Method cmp

crates/wasmtime/src/runtime/v128.rs:72–74  ·  view source on GitHub ↗
(&self, other: &V128)

Source from the content-addressed store, hash-verified

70
71impl Ord for V128 {
72 fn cmp(&self, other: &V128) -> Ordering {
73 self.as_u128().cmp(&other.as_u128())
74 }
75}
76
77// Note that this trait is conditionally implemented which is intentional. See

Callers 4

partial_cmpMethod · 0.45
lookup_framesFunction · 0.45
remove_excess_segmentsFunction · 0.45

Calls 1

as_u128Method · 0.80

Tested by

no test coverage detected