summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21more gcc complaintsv0.1.0dzaima
2023-04-19gcc complains about this now for whatever reasondzaima
2023-04-19update bytecode submoduledzaima
2023-04-19fix comparison of empty high-rank arraysdzaima
2023-04-19fix βˆ§π•© & βˆ¨π•© on high-rank zero-cell inputdzaima
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