clarify the purpose of this project
[nyanglibc.git] / nptl / thrd_equal.shared.s
blob5f48722d799e412ff4ffaf1a0a7a1e3caff97dcb
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl thrd_equal
9 .type thrd_equal, @function
10 thrd_equal:
11 xorl %eax, %eax
12 cmpq %rsi, %rdi
13 sete %al
14 ret
15 .size thrd_equal, .-thrd_equal