about summary refs log tree commit diff
path: root/library/compiler-builtins/README.md
diff options
context:
space:
mode:
authorPaolo Teti <paolo.teti@gmail.com>2018-02-25 17:50:56 +0100
committerPaolo Teti <paolo.teti@gmail.com>2018-02-25 17:50:56 +0100
commit20de84d127eeb07fa4bae34960dcaa35a6124aac (patch)
treed94f69f59996348daa96295ead54d3732055f4d0 /library/compiler-builtins/README.md
parent66e230d33189ad9769eb32d2aea691635fda5855 (diff)
downloadrust-20de84d127eeb07fa4bae34960dcaa35a6124aac.tar.gz
rust-20de84d127eeb07fa4bae34960dcaa35a6124aac.zip
Add __ledf2vfp and __lesf2vfp
Now that `73884ae` is in some nightly release We can add ledf2vfp/leds2vfp
and so these two functions be aliased to aeabi_fcmple/aeabi_dcmple on soft-float targets.
Diffstat (limited to 'library/compiler-builtins/README.md')
-rw-r--r--library/compiler-builtins/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/compiler-builtins/README.md b/library/compiler-builtins/README.md
index 823877b8f5d..cef2fb0974a 100644
--- a/library/compiler-builtins/README.md
+++ b/library/compiler-builtins/README.md
@@ -115,8 +115,8 @@ features = ["c"]
 - [x] arm/gesf2vfp.S
 - [x] arm/gtdf2vfp.S
 - [x] arm/gtsf2vfp.S
-- [ ] arm/ledf2vfp.S
-- [ ] arm/lesf2vfp.S
+- [x] arm/ledf2vfp.S
+- [x] arm/lesf2vfp.S
 - [x] arm/ltdf2vfp.S
 - [x] arm/ltsf2vfp.S
 - [ ] arm/modsi3.S (generic version is done)