aboutsummaryrefslogtreecommitdiff
path: root/lib/curve25519-donna/test-sc-curve25519.s
blob: 1da4f683b0d0b1fffc33044322dd911c2f0caf06 (plain)
1
2
3
4
5
6
7
8
.text
.globl tsc_read

tsc_read:
rdtsc
shl $32,%rdx
or %rdx,%rax
ret