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

Method floats

cranelift/codegen/meta/src/cdsl/typevar.rs:586–590  ·  view source on GitHub ↗
(mut self, interval: impl Into<Interval>)

Source from the content-addressed store, hash-verified

584 self
585 }
586 pub fn floats(mut self, interval: impl Into<Interval>) -> Self {
587 assert!(self.floats == Interval::None);
588 self.floats = interval.into();
589 self
590 }
591 pub fn includes_scalars(mut self, includes_scalars: bool) -> Self {
592 self.includes_scalars = includes_scalars;
593 self

Callers 8

define_simd_lane_accessFunction · 0.80
defineFunction · 0.80
new_singletonMethod · 0.80
test_typevar_builderFunction · 0.80
test_as_truthyFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls