Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_compatible
Function · 0.45
compile_testfile
Function · 0.45
supports_simd
Method · 0.45
set_isa_flags
Method · 0.45
write_non_default_isa_flags
Function · 0.45
finalize_definitions
Method · 0.45
canonicalize_nans
Method · 0.45
from_target_isa
Method · 0.45
new
Method · 0.45
Calls
2
collect
Method · 0.80
iter
Method · 0.45
Tested by
2
is_isa_compatible
Function · 0.36
compile_testfile
Function · 0.36