Skip to content

Commit 82ee1dd

Browse files
committed
comparesf2/comparedf2 are called on soft-float targets.
E.g. take a look at the assembly output for: pub fn comparesf2(a: f32, b: f32) -> bool { a > b } pub fn comparedf2(a: f64, b: f64) -> bool { a > b } which will include calls to __gtsf2 and __gtdf2.
1 parent 0ba07e4 commit 82ee1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ features = ["c"]
133133
- [ ] arm/unordsf2vfp.S
134134
- [x] ashldi3.c
135135
- [x] ashrdi3.c
136+
- [ ] comparedf2.c
137+
- [ ] comparesf2.c
136138
- [x] divdf3.c
137139
- [x] divdi3.c
138140
- [x] divmoddi4.c
@@ -301,8 +303,6 @@ These builtins are never called by LLVM.
301303
- ~~clzti2.c~~
302304
- ~~cmpdi2.c~~
303305
- ~~cmpti2.c~~
304-
- ~~comparedf2.c~~
305-
- ~~comparesf2.c~~
306306
- ~~ctzdi2.c~~
307307
- ~~ctzsi2.c~~
308308
- ~~ctzti2.c~~

0 commit comments

Comments
 (0)