CRYS-L v3.2 released — 130M ops/s, verify with curl #1
condesi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CRYS-L v3.2 is now production-deployed and publicly available.
What it does: Compiles engineering physics formulas to Cranelift JIT + AVX2,
achieving 130 million oracle evaluations per second with IEEE-754 exact results.
Verify with curl (takes 10 seconds):
Expected result:
hp_required: 16.835017 HP— same every run, IEEE-754 guaranteed.The branchless technique that enables AVX2 vectorization:
validis a float mask (0.0 or 1.0) — no branches, no exceptions, 4 scenarios/VMULPD.Numbers:
Install:
curl -fsSL https://raw.githubusercontent.com/condesi/crysl/main/install.sh | bashQuestions welcome — especially on the Cranelift codegen and AVX2 lane utilization.
Beta Was this translation helpful? Give feedback.
All reactions