Skip to content

Commit 1122377

Browse files
committed
*vfp fn: remove checkbox
1 parent 63e1dd7 commit 1122377

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -469,40 +469,40 @@ Floating-point implementations of builtins that are only called from soft-float
469469

470470
Unsupported in any current target: used on old versions of 32-bit iOS with ARMv5.
471471

472-
- ~~[x] arm/adddf3vfp.S~~
473-
- ~~[x] arm/addsf3vfp.S~~
474-
- ~~[x] arm/divdf3vfp.S~~
475-
- ~~[x] arm/divsf3vfp.S~~
476-
- ~~[x] arm/eqdf2vfp.S~~
477-
- ~~[x] arm/eqsf2vfp.S~~
478-
- ~~[x] arm/extendsfdf2vfp.S~~
479-
- ~~[ ] arm/fixdfsivfp.S~~
480-
- ~~[ ] arm/fixsfsivfp.S~~
481-
- ~~[ ] arm/fixunsdfsivfp.S~~
482-
- ~~[ ] arm/fixunssfsivfp.S~~
483-
- ~~[ ] arm/floatsidfvfp.S~~
484-
- ~~[ ] arm/floatsisfvfp.S~~
485-
- ~~[ ] arm/floatunssidfvfp.S~~
486-
- ~~[ ] arm/floatunssisfvfp.S~~
487-
- ~~[x] arm/gedf2vfp.S~~
488-
- ~~[x] arm/gesf2vfp.S~~
489-
- ~~[x] arm/gtdf2vfp.S~~
490-
- ~~[x] arm/gtsf2vfp.S~~
491-
- ~~[x] arm/ledf2vfp.S~~
492-
- ~~[x] arm/lesf2vfp.S~~
493-
- ~~[x] arm/ltdf2vfp.S~~
494-
- ~~[x] arm/ltsf2vfp.S~~
495-
- ~~[x] arm/muldf3vfp.S~~
496-
- ~~[x] arm/mulsf3vfp.S~~
497-
- ~~[x] arm/nedf2vfp.S~~
498-
- ~~[ ] arm/negdf2vfp.S~~
499-
- ~~[ ] arm/negsf2vfp.S~~
500-
- ~~[x] arm/nesf2vfp.S~~
501-
- ~~[x] arm/subdf3vfp.S~~
502-
- ~~[x] arm/subsf3vfp.S~~
503-
- ~~[x] arm/truncdfsf2vfp.S~~
504-
- ~~[ ] arm/unorddf2vfp.S~~
505-
- ~~[ ] arm/unordsf2vfp.S~~
472+
- ~~arm/adddf3vfp.S~~
473+
- ~~arm/addsf3vfp.S~~
474+
- ~~arm/divdf3vfp.S~~
475+
- ~~arm/divsf3vfp.S~~
476+
- ~~arm/eqdf2vfp.S~~
477+
- ~~arm/eqsf2vfp.S~~
478+
- ~~arm/extendsfdf2vfp.S~~
479+
- ~~arm/fixdfsivfp.S~~
480+
- ~~arm/fixsfsivfp.S~~
481+
- ~~arm/fixunsdfsivfp.S~~
482+
- ~~arm/fixunssfsivfp.S~~
483+
- ~~arm/floatsidfvfp.S~~
484+
- ~~arm/floatsisfvfp.S~~
485+
- ~~arm/floatunssidfvfp.S~~
486+
- ~~arm/floatunssisfvfp.S~~
487+
- ~~arm/gedf2vfp.S~~
488+
- ~~arm/gesf2vfp.S~~
489+
- ~~arm/gtdf2vfp.S~~
490+
- ~~arm/gtsf2vfp.S~~
491+
- ~~arm/ledf2vfp.S~~
492+
- ~~arm/lesf2vfp.S~~
493+
- ~~arm/ltdf2vfp.S~~
494+
- ~~arm/ltsf2vfp.S~~
495+
- ~~arm/muldf3vfp.S~~
496+
- ~~arm/mulsf3vfp.S~~
497+
- ~~arm/nedf2vfp.S~~
498+
- ~~arm/negdf2vfp.S~~
499+
- ~~arm/negsf2vfp.S~~
500+
- ~~arm/nesf2vfp.S~~
501+
- ~~arm/subdf3vfp.S~~
502+
- ~~arm/subsf3vfp.S~~
503+
- ~~arm/truncdfsf2vfp.S~~
504+
- ~~arm/unorddf2vfp.S~~
505+
- ~~arm/unordsf2vfp.S~~
506506

507507
## License
508508

0 commit comments

Comments
 (0)