summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19allow hashing operation type wrappersdzaima
2023-04-17ARMO needs source mappingdzaima
2023-04-17more fixes for overflow checkingdzaima
2023-04-17don't OOM in 𝕨↑𝕩 with 0≑×´𝕨 if product of prefix overflowsdzaima
2023-04-15update Singeli submoduledzaima
2023-04-15use vtestz/vptestz instead of movemask for mask-any checksdzaima
2023-04-15integer avx2 bitwise operation definitionsdzaima
2023-04-15move makeOptBranch to base.singeli, use in searchdzaima
2023-04-15slightly better overflow check for i8Γ—i8β†’i8dzaima
2023-04-15don't overflow-check widening array-scalar cases when not neededdzaima
2023-04-14add compare.c to single.cdzaima
2023-04-14make √, ⋆, β€’math.Atan2 behave as if Β―0 was 0dzaima
2023-04-14add compare.c compiling to makefiledzaima
2023-04-14make division not care about sign of 𝕩dzaima
2023-04-14remove extraneous v+0 in normalizeFloatdzaima
2023-04-14reorganize equality checks moredzaima
2023-04-14move comparison functions to separate filedzaima
2023-04-14equality check cleanupdzaima
2023-04-14format Β―0 as 0dzaima
2023-04-14normalize Β―0dzaima
2023-04-14better fix for character π•¨βˆŠπ•© & π•¨βŠπ•©dzaima
2023-04-14make debugger helpers print to stderrdzaima
2023-04-14fix ⊏ with odd shape 𝕩 & depth 2 𝕨dzaima
2023-04-14fix leak in dyadic Insert with an empty argumentdzaima
2023-04-14fix ∊ & ⊐ being broken on one c8 & one c16 argumentdzaima
2023-04-14fix leak in dyadic scan with an empty argumentdzaima
2023-04-13fix ⟨2βŸ©β†•adzaima
2023-04-13src/README.md GC notes & other cleanupdzaima
2023-04-13add binary mode flag to fopen callsdzaima
2023-04-09Singeli compile-time cdiv & low-stack @collectdzaima
2023-04-09tiny improvements to plus-scandzaima
2023-04-08clean up some error messagesdzaima
2023-04-08update Singeli submoduledzaima
2023-04-08SIMD +`dzaima
2023-04-08better Singeli abs & absu definitionsdzaima
2023-04-07more Singeli utilities, more Scan fixingdzaima
2023-04-07a bunch of Scan fixes & improvementsdzaima
2023-04-06add argument passing to makeOptBranchdzaima
2023-04-06aarch64 fold.singelidzaima
2023-04-06SSE2 fold.singelidzaima
2023-04-06restrict fold_addw to integer inputdzaima
2023-04-06Merge pull request #73 from mlochbaum/countdzaima
2023-04-06move fold to vfolddzaima
2023-04-06Use AVX2 counting for 1-byte counting sortMarshall Lochbaum
2023-04-06Return max from AVX2 counting functionMarshall Lochbaum
2023-04-06Clean up and simplify count.singeli; allow longer final blockMarshall Lochbaum
2023-04-06Move fold{} from squeeze.singeli to vecfold.singeliMarshall Lochbaum
2023-04-06Use minimum in addition to maximum for AVX2 countingMarshall Lochbaum
2023-04-06Sum counts in groups of 4 when possibleMarshall Lochbaum
2023-04-06AVX2 counting function for small-range 1-byte /⁼Marshall Lochbaum