We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94494bf + fd585e6 commit 207fc20Copy full SHA for 207fc20
4 files changed
Cargo.toml
@@ -247,6 +247,11 @@ ogit_bridge = []
247
# `lance-graph/crates/jc/src/ewa_sandwich_3d.rs`.
248
splat3d = ["std"]
249
250
+# PR-X12 cognitive codec — x265-shaped skip/merge/delta/escape mode classes
251
+# over BlockedGrid CTUs. A1 (this crate) ships only the CTU carrier +
252
+# quad-tree partition; the entropy coder + RDO loop land in later workers.
253
+codec = ["std"]
254
+
255
# no_std polyfill for `static LazyLock` in `src/simd.rs` (sprint A12).
256
# Pulls in `portable-atomic` with the `critical-section` impl plus the
257
# `critical-section` runtime so we can build a once-cell-style cache for
0 commit comments