Y
Hacker News
new
|
ask
|
show
|
jobs
by
b3orn
696 days ago
The code uses unaligned load and store instructions, so it should be possible to trigger memory access to unmapped addresses.
1 comments
csande17
696 days ago
Isn't the point of the "masked load" instruction discussed in the article to avoid that?
https://stackoverflow.com/a/54530225
link
janwas
696 days ago
Unfortunately, AMD's masked AVX2 instructions reserve the right to fault even for masked-off elements :(
link