diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:52:19 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:52:19 +0000 |
commit | 5c909fa013fc285f010a95e8d387e0ef3412da9c (patch) | |
tree | 1059d068ad281f4776ff44cd414574f99a460023 /lib/builtins/subdf3.c | |
parent | f31bcc68c72371a2bf63aead9f3373a1ff2053b6 (diff) |
Notes
Diffstat (limited to 'lib/builtins/subdf3.c')
-rw-r--r-- | lib/builtins/subdf3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/builtins/subdf3.c b/lib/builtins/subdf3.c index 089e062415b74..7a79e5e7765dc 100644 --- a/lib/builtins/subdf3.c +++ b/lib/builtins/subdf3.c @@ -23,4 +23,3 @@ __subdf3(fp_t a, fp_t b) { return __adddf3(a, fromRep(toRep(b) ^ signBit)); } -/* FIXME: rsub for ARM EABI */ |