From fdea9cbc09e66c65801dc277a033754aaf89a605 Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 7 Jun 2023 13:26:33 +0300 Subject: [PATCH] add the usz option as cache key to Singeli generated output --- build/src/build.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/src/build.bqn b/build/src/build.bqn index 61e68ce8..e6cdd851 100755 --- a/build/src/build.bqn +++ b/build/src/build.bqn @@ -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"