You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically yes, you do need a fence before doing a read on parity written with NT store instructions. You can do this at any time after calling a series xor_gen().
For example:
in raid/xor_gen_avx.asm line 93:
%define XSTR vmovntdq
don't we need to put a "sfence" in front of RET?
The text was updated successfully, but these errors were encountered: