add the usz option as cache key to Singeli generated output

This commit is contained in:
dzaima 2023-06-07 13:26:33 +03:00
parent 934a2b5ae3
commit fdea9cbc09

View File

@ -652,7 +652,7 @@ cachedBin‿linkerCache ← {
singeliObjs @ singeliObjs @
singeliCache { singeliCache {
¬po.singeli? @; ¬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 # genArithTables
ga "src/singeli/src/genArithTables.bqn" ga "src/singeli/src/genArithTables.bqn"