X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/21c6e8484b0bd05c27e5a91f2884d431926adc61..da776f86b42946715c27edd64f7558b9d5080df1:/ext/olm/lib/curve25519-donna/test-sc-curve25519.s diff --git a/ext/olm/lib/curve25519-donna/test-sc-curve25519.s b/ext/olm/lib/curve25519-donna/test-sc-curve25519.s new file mode 100644 index 0000000..1da4f68 --- /dev/null +++ b/ext/olm/lib/curve25519-donna/test-sc-curve25519.s @@ -0,0 +1,8 @@ +.text +.globl tsc_read + +tsc_read: +rdtsc +shl $32,%rdx +or %rdx,%rax +ret