We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174d788 commit ffc59c8Copy full SHA for ffc59c8
src/auditor/instruction_set.jl
@@ -5,7 +5,7 @@ const instruction_categories = JSON.parsefile(joinpath(@__DIR__, "instructions.j
5
dicttype=Dict{String,Vector{String}})
6
7
# Turn instructions "inside out", so e.g. we have "vzeroall" => "avx"
8
-mnemonics_by_category = Dict(
+const mnemonics_by_category = Dict(
9
inst => cat for (cat, insts) in instruction_categories for inst in insts
10
)
11
0 commit comments