add the usz option as cache key to Singeli generated output
This commit is contained in:
parent
934a2b5ae3
commit
fdea9cbc09
@ -652,7 +652,7 @@ cachedBin‿linkerCache ← {
|
||||
singeliObjs ← @
|
||||
singeliCache ← {
|
||||
¬po.singeli? @;
|
||||
singeliCache ← GetCache ⟨"singeli", "Singeli generated code location", ⟨po.native, po.arch, po.avx2, po.has, po.singeliFlags, po.singeliDir⟩⟩
|
||||
singeliCache ← GetCache ⟨"singeli", "Singeli generated code location", ⟨po.native, po.arch, po.avx2, po.usz, po.has, po.singeliFlags, po.singeliDir⟩⟩
|
||||
|
||||
# genArithTables
|
||||
ga ← "src/singeli/src/genArithTables.bqn"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user