Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ ogit_bridge = []
# `lance-graph/crates/jc/src/ewa_sandwich_3d.rs`.
splat3d = ["std"]

# PR-X12 cognitive codec — x265-shaped skip/merge/delta/escape mode classes
# over BlockedGrid CTUs. A1 (this crate) ships only the CTU carrier +
# quad-tree partition; the entropy coder + RDO loop land in later workers.
codec = ["std"]

# no_std polyfill for `static LazyLock` in `src/simd.rs` (sprint A12).
# Pulls in `portable-atomic` with the `critical-section` impl plus the
# `critical-section` runtime so we can build a once-cell-style cache for
Expand Down
Loading
Loading