Skip to content

Commit 93977e6

Browse files
authored
Merge pull request #225 from paoloteti/armhf
Add support for mul[s/d]f3vfp and div[s/d]f3vfp
2 parents 0a95675 + 1269ad1 commit 93977e6

File tree

8 files changed

+414
-8
lines changed

8 files changed

+414
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ features = ["c"]
9696
- [x] arm/aeabi_memset.S
9797
- [x] arm/aeabi_uidivmod.S
9898
- [x] arm/aeabi_uldivmod.S
99-
- [ ] arm/divdf3vfp.S
99+
- [x] arm/divdf3vfp.S
100100
- [ ] arm/divmodsi4.S (generic version is done)
101-
- [ ] arm/divsf3vfp.S
101+
- [x] arm/divsf3vfp.S
102102
- [ ] arm/divsi3.S (generic version is done)
103103
- [ ] arm/eqdf2vfp.S
104104
- [ ] arm/eqsf2vfp.S
@@ -120,8 +120,8 @@ features = ["c"]
120120
- [ ] arm/ltdf2vfp.S
121121
- [ ] arm/ltsf2vfp.S
122122
- [ ] arm/modsi3.S (generic version is done)
123-
- [ ] arm/muldf3vfp.S
124-
- [ ] arm/mulsf3vfp.S
123+
- [x] arm/muldf3vfp.S
124+
- [x] arm/mulsf3vfp.S
125125
- [ ] arm/nedf2vfp.S
126126
- [ ] arm/negdf2vfp.S
127127
- [ ] arm/negsf2vfp.S

0 commit comments

Comments
 (0)