-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
4d7fcc3
commit a18fdee
Showing
4 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters