mailing list of musl libc
 help / color / mirror / code / Atom feed
5d23bbe1849a3e5192f3049aecc2e3ffbb24c8b7 blob 486 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
33
34
35
36
37
 
.include "ibt.s"

.global ldexpf
.type ldexpf,@function
ldexpf:
	ENDBRANCH32
	nop

.global scalblnf
.type scalblnf,@function
scalblnf:
	ENDBRANCH32
	nop

.global scalbnf
.type scalbnf,@function
scalbnf:
	ENDBRANCH32
	mov 8(%esp),%eax
	add $0x3fe,%eax
	cmp $0x7fd,%eax
	jb 1f
	sub $0x3fe,%eax
	sar $31,%eax
	xor $0x1ff,%eax
	add $0x3fe,%eax
1:	inc %eax
	shl $20,%eax
	flds 4(%esp)
	mov %eax,8(%esp)
	xor %eax,%eax
	mov %eax,4(%esp)
	fldl 4(%esp)
	fmulp
	fstps 4(%esp)
	flds 4(%esp)
	ret
debug log:

solving 5d23bbe1 ...
found 5d23bbe1 in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 9cb9ef5f in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 9cb9ef5fee441710f536024f8c074c28851cf4af	src/math/i386/scalbnf.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/math/i386/scalbnf.s b/src/math/i386/scalbnf.s
index 9cb9ef5f..5d23bbe1 100644

Checking patch src/math/i386/scalbnf.s...
Applied patch src/math/i386/scalbnf.s cleanly.

index at:
100644 5d23bbe1849a3e5192f3049aecc2e3ffbb24c8b7	src/math/i386/scalbnf.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).