Skip to content

Commit

Permalink
inline never
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwmanning committed Jul 2, 2024
1 parent 20c2214 commit 9641650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bitpacking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ macro_rules! impl_packing {
})
}

#[inline(never)] // Makes it easier to disassemble and validate ASM.
fn unpack_single<const W: usize>(packed: &[Self; 1024 * W / Self::T], index: usize) -> Self
where
BitPackWidth<W>: SupportedBitPackWidth<Self>
Expand Down

0 comments on commit 9641650

Please sign in to comment.