Skip to content

chore: replace hand-rolled PHI/EULER_GAMMA with Rust 1.94 stdlib consts - spo_bundle.rs: PHI → std::f64::consts::GOLDEN_RATIO - compression_curves.rs: PHI → std::f64::consts::GOLDEN_RATIO - vml.rs: PHI → std::f64::consts::GOLDEN_RATIO - surround_metadata.rs: EULER_GAMMA → std::f64::consts::EULER_GAMMA - Cargo.toml: rust-version bumped from "1.64" to "1.94" gguf_indexer.rs already used GOLDEN_RATIO. Now the whole codebase is unified. https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7#63

Merged
AdaWorldAPI merged 1 commit into
masterfrom
claude/transcode-deepnsm-rust-oNa1Z
Mar 30, 2026

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

No description provided.

- spo_bundle.rs: PHI → std::f64::consts::GOLDEN_RATIO
- compression_curves.rs: PHI → std::f64::consts::GOLDEN_RATIO
- vml.rs: PHI → std::f64::consts::GOLDEN_RATIO
- surround_metadata.rs: EULER_GAMMA → std::f64::consts::EULER_GAMMA
- Cargo.toml: rust-version bumped from "1.64" to "1.94"

gguf_indexer.rs already used GOLDEN_RATIO. Now the whole codebase is unified.

https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7
@AdaWorldAPI AdaWorldAPI merged commit a1d5049 into master Mar 30, 2026
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants