Skip to content

Commit

Permalink
Buffer alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Dec 18, 2024
1 parent 602f509 commit b54f546
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions encodings/fastlanes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ pub use r#for::*;
mod bitpacking;
mod delta;
mod r#for;

/// FastLanes is built around the idea of 1024-bit virtual SIMD registers, therefore we enforce
/// an alignment of 128 bytes.
pub(crate) const FASTLANES_ALIGNMENT: usize = 128;

0 comments on commit b54f546

Please sign in to comment.