]> gitweb.ps.run Git - matrix_esp_thesis/blob - ext/olm/lib/curve25519-donna/test-sc-curve25519.s
add dependencies to repo
[matrix_esp_thesis] / ext / olm / lib / curve25519-donna / test-sc-curve25519.s
1 .text
2 .globl tsc_read
3
4 tsc_read:
5 rdtsc
6 shl $32,%rdx
7 or %rdx,%rax
8 ret