Skip to content
Open
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
3 changes: 1 addition & 2 deletions apps/sim-engine/lib/memory/src/shared_memory/padding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ pub(crate) fn _maybe_new_dynamic_length(
new_length
}

// ADD: Added padding for for SIMD-alignment and
// prefetcher optimizations
// ADD: Added padding for SIMD-alignment and prefetcher optimizations
#[must_use]
const fn pad_to_sys_align(len: usize) -> usize {
match len % ALIGNMENT {
Expand Down
Loading