Actions: StevenDBennett/dyadic
Actions
Showing runs from all workflows
41 workflow runs
41 workflow runs
docs: update complexity table and optimization notes for mul_unsigned…
CI
#41:
Commit fb3c846
pushed
by
StevenDBennett
gitignore: add build-heavy/ (was tracked)
CI
#40:
Commit 4144c63
pushed
by
StevenDBennett
Add missing DynamicPolynomial Taylor basis forward_difference (O(N)),…
CI
#39:
Commit a009e01
pushed
by
StevenDBennett
test_full: replace unsigned __int128 with dword_t<W> for MSVC compati…
CI
#38:
Commit 6648f99
pushed
by
StevenDBennett
Fix test_full for recover_bezout_y: template-N, XorShift64 prng, and …
CI
#37:
Commit 1fac898
pushed
by
StevenDBennett
benchmark: add modinv_pow2 benchmark (N=1..128)
CI
#36:
Commit 54e2bc0
pushed
by
StevenDBennett
modinv_pow2: masked Phase 1, recover_bezout_y, __int128 in mul_low
CI
#35:
Commit 596055f
pushed
by
StevenDBennett
Fix mul_low overflow, add table-driven modinv_odd_128
CI
#34:
Commit fd79bf4
pushed
by
StevenDBennett
modinv_odd: table-driven Newton for ~2.1× speedup
CI
#33:
Commit 254d321
pushed
by
StevenDBennett
poly_mul: hardware unsigned __int128 accumulator for 2.7× speedup
CI
#32:
Commit 2fb4068
pushed
by
StevenDBennett
poly_mul: hardware unsigned __int128 accumulator for 2.7× speedup
CI
#31:
Commit 0e9721a
pushed
by
StevenDBennett
Design review fixes: 20 items across critical/major/minor + doc sync
CI
#30:
Commit 473a793
pushed
by
StevenDBennett
docs: update API.md and README.md with complexity details and proof t…
CI
#29:
Commit 7614304
pushed
by
StevenDBennett
Copy api.md to root as API.md for discoverability
CI
#28:
Commit 798b884
pushed
by
StevenDBennett
Add arith.h (carry-save + Newton division), poly_exp/poly_log, api.md…
CI
#27:
Commit 9a6a48f
pushed
by
StevenDBennett
Docs review: fix stale line numbers, include style, add Phase D history
CI
#26:
Commit 94107fd
pushed
by
StevenDBennett
Fix clang CI: add constexpr-step limit to benchmark target
CI
#25:
Commit 69f6ec5
pushed
by
StevenDBennett
Fix CI: update include paths for new umbrella header layout
CI
#24:
Commit 2719402
pushed
by
StevenDBennett
Consolidate dyadic-core: umbrella header, include/dyadic/, extracted …
CI
#23:
Commit 5d651ae
pushed
by
StevenDBennett
ci: fix compiler detection, add --seed to tests, constexpr DynamicPol…
CI
#22:
Commit e880aa2
pushed
by
StevenDBennett
ci: bump actions/checkout@v4→v5 to fix Node.js 20 deprecation
CI
#21:
Commit e91c6fa
pushed
by
StevenDBennett
Merge fix/audit-ring-semantics: ADX portability, UBSan fixes, TaylorB…
CI
#20:
Commit d0d56a9
pushed
by
StevenDBennett
fix: clang pragma for auto-vectorization (#pragma clang loop vectorize)
CI
#19:
Commit 9ad315a
pushed
by
StevenDBennett
docs: update for Phases A/B/C (caching, hedging example, auto-vectori…
CI
#18:
Commit 69abab7
pushed
by
StevenDBennett
Phase C: auto-vectorization hints (DYADIC_RESTRICT, #pragma GCC ivdep…
CI
#17:
Commit f355045
pushed
by
StevenDBennett