Skip to content

Commit

Permalink
oops comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alion02 committed Dec 18, 2024
1 parent 5513216 commit 8f8f1a1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/day17.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,6 @@ unsafe fn inner2(s: &[u8]) -> u64 {
mask = in(reg) 0x07_00_04_00_07_07_04_07u64,
);
out

// let s = s.as_ptr().add(59);
// let hash = unsafe {
// _pext_u64(
// s.add(15).cast::<u64>().read_unaligned() ^ s.add(6).read() as u64 ^ (s.add(14).read() as u64 * 65536),
// 0x07_00_04_00_07_07_04_07,
// )
// };
// *LUT.get_unchecked(hash as usize)
}

#[inline]
Expand Down

0 comments on commit 8f8f1a1

Please sign in to comment.