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

Method isa_flags

cranelift/codegen/src/isa/x64/mod.rs:106–108  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

104 }
105
106 fn isa_flags(&self) -> Vec<shared_settings::Value> {
107 self.x64_flags.iter().collect()
108 }
109
110 fn isa_flags_hash_key(&self) -> IsaFlagsHashKey<'_> {
111 IsaFlagsHashKey(self.x64_flags.hash_key())

Callers 9

is_isa_compatibleFunction · 0.45
compile_testfileFunction · 0.45
supports_simdMethod · 0.45
set_isa_flagsMethod · 0.45
finalize_definitionsMethod · 0.45
canonicalize_nansMethod · 0.45
from_target_isaMethod · 0.45
newMethod · 0.45

Calls 2

collectMethod · 0.80
iterMethod · 0.45

Tested by 2

is_isa_compatibleFunction · 0.36
compile_testfileFunction · 0.36