Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Dec 16, 2024
1 parent 56c4664 commit 2b2e4e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcrux-ml-dsa/src/samplex4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ pub(crate) fn matrix_A<SIMDUnit: Operations, const ROWS_IN_A: usize, const COLUM
}
}

// XXX: of course we can't do this unconditionally, but with the manual monomorphization
// macro, we could inject this. This gives us +50% faster key generation and +70% signing.
#[cfg_attr(not(hax), target_feature(enable = "avx2"))]
#[allow(unsafe_code)]
#[allow(non_snake_case)]
Expand Down

0 comments on commit 2b2e4e8

Please sign in to comment.