mailing list of musl libc
 help / color / mirror / code / Atom feed
191b47e44c3e5f4416bc03a95c753e8bb0542585 blob 408 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
.include "ibt.s"

.global floorl
.type floorl,@function
floorl:
	ENDBRANCH64
	fldt 8(%rsp)
1:	mov $0x7,%al
1:	fstcw 8(%rsp)
	mov 9(%rsp),%ah
	mov %al,9(%rsp)
	fldcw 8(%rsp)
	frndint
	mov %ah,9(%rsp)
	fldcw 8(%rsp)
	ret

.global ceill
.type ceill,@function
ceill:
	ENDBRANCH64
	fldt 8(%rsp)
	mov $0xb,%al
	jmp 1b

.global truncl
.type truncl,@function
truncl:
	ENDBRANCH64
	fldt 8(%rsp)
	mov $0xf,%al
	jmp 1b
debug log:

solving 191b47e4 ...
found 191b47e4 in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 80da4660 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 80da466095530a425169d389b8c987fa2093d166	src/math/x86_64/floorl.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/math/x86_64/floorl.s b/src/math/x86_64/floorl.s
index 80da4660..191b47e4 100644

Checking patch src/math/x86_64/floorl.s...
Applied patch src/math/x86_64/floorl.s cleanly.

index at:
100644 191b47e44c3e5f4416bc03a95c753e8bb0542585	src/math/x86_64/floorl.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).