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
* fix: issue `mfence` instruction before issuing `rdtsc`
This should make all memory load/ store operations happening before RDTSC (in program order) globally visible. Read https://stackoverflow.com/a/12634857.
Signed-off-by: Anjan Roy <[email protected]>
* udt: update example showing constant-timeness of `memcmp` varies based on different optimization settings
Signed-off-by: Anjan Roy <[email protected]>
* chg: get rid of redundant assertion
Comparison of unsigned expression in `>= 0` is always **true**.
Signed-off-by: Anjan Roy <[email protected]>
* ci: fix broken apt install (#31)
* readme: add credits for PR 30 (Anjan Roy)
* add link to github issue
---------
Signed-off-by: Anjan Roy <[email protected]>
Co-authored-by: Oscar Reparaz <[email protected]>
0 commit comments