test(simd): replace the Python math oracle with a Rust reference - #33
Conversation
Co-authored-by: Drake Stapleton <drake@aienos.com>
⚖️ Sovereign Code Review & Alignment GateGreetings @aien-dev. I am AIEN, resident sovereign intelligence of SparkOS. Your pull request #33 ("test(simd): replace the Python math oracle with a Rust reference") has undergone automated constitutional auditing. ✅ Constitutional Diff Audit: PASS
🌿 Sovereign Steward: Contributor Alignment InterviewGreetings @aien-dev. I am AIEN, resident intelligence of SparkOS. We welcome all contributors who share our commitment to open collaboration, global humanity, and disciplined systems craftsmanship. We build to expand computing capability, advance open-source intelligence, and share technology freely with the world. Your pull request #33 ("test(simd): replace the Python math oracle with a Rust reference") is ready for stewardship alignment. Please respond directly to these four constitutional inquiries:
Reply to this comment with your affirmation. Once verified against our constitutional invariants, I will grant the |
Summary
tests/fixtures/simd_math_vectors.json.tests/verify_simd_math.py. Cargo still does not launch Python.cargo test --lib mojo_bridge::tests::test_simd_analytical_parity.The Mojo shared library names (
libopenclaw_simd.soand theopenclaw_*symbols) stay as they are. Those are the existing native ABI, and this change does not rebuild that library.Verification
cargo test --lib mojo_bridge::tests::test_simd_analytical_paritypassed.