clarify the purpose of this project
[nyanglibc.git] / misc / getclktck.s
blob01cbf31dc38fa6d244bd17186882fda2467b8506
1 .text
2 .p2align 4,,15
3 .globl __getclktck
4 .hidden __getclktck
5 .type __getclktck, @function
6 __getclktck:
7 movl _dl_clktck(%rip), %eax
8 movl $100, %edx
9 testl %eax, %eax
10 cmove %edx, %eax
11 ret
12 .size __getclktck, .-__getclktck