mailing list of musl libc
 help / color / mirror / code / Atom feed
26214222ab599b19180a4177c6b8c9e92a46e0c6 blob 932 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
 
.fpu vfp

.global fegetround
.type fegetround,%function
fegetround:
	vmrs r0, fpscr
	and r0, r0, #0xc00000
	bx lr

.global __fesetround
.type __fesetround,%function
__fesetround:
	vmrs r3, fpscr
	bic r3, r3, #0xc00000
	orr r3, r3, r0
	vmsr fpscr, r3
	mov r0, #0
	bx lr

.global fetestexcept
.type fetestexcept,%function
fetestexcept:
	and r0, r0, #0x1f
	vmrs r3, fpscr
	and r0, r0, r3
	bx lr

.global feclearexcept
.type feclearexcept,%function
feclearexcept:
	and r0, r0, #0x1f
	vmrs r3, fpscr
	bic r3, r3, r0
	vmsr fpscr, r3
	mov r0, #0
	bx lr

.global feraiseexcept
.type feraiseexcept,%function
feraiseexcept:
	and r0, r0, #0x1f
	vmrs r3, fpscr
	orr r3, r3, r0
	vmsr fpscr, r3
	mov r0, #0
	bx lr

.global fegetenv
.type fegetenv,%function
fegetenv:
	vmrs r3, fpscr
	str r3, [r0]
	mov r0, #0
	bx lr

.global fesetenv
.type fesetenv,%function
fesetenv:
	cmn r0, #1
	moveq r3, #0
	ldrne r3, [r0]
	vmsr fpscr, r3
	mov r0, #0
	bx lr
debug log:

solving 2621422 ...
found 2621422 in https://inbox.vuxu.org/musl/20151015235809.GY10551@port70.net/
found 387234b in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 387234bc2d012b14aef9ffc9d281067e7be049ad	src/fenv/armhf/fenv.s

applying [1/1] https://inbox.vuxu.org/musl/20151015235809.GY10551@port70.net/
diff --git a/src/fenv/armhf/fenv.s b/src/fenv/armhf/fenv.s
index 387234b..2621422 100644

Checking patch src/fenv/armhf/fenv.s...
Applied patch src/fenv/armhf/fenv.s cleanly.

index at:
100644 26214222ab599b19180a4177c6b8c9e92a46e0c6	src/fenv/armhf/fenv.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).