summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
diff options
context:
space:
mode:
authorDan Doel <dan.doel@gmail.com>2015-12-20 15:19:52 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-21 13:01:36 +0100
commit6457903e7671b6096d2cca5d965f43daee3572a6 (patch)
tree6d401f671fc73fbe04a49421e0456654c27d662b /rts/RtsSymbols.c
parentedcf17bd2ae503c2dda43ded40dca0950edfd018 (diff)
downloadhaskell-6457903e7671b6096d2cca5d965f43daee3572a6.tar.gz
Implement phase 1 of expanded Floating
- This part of the proposal is to add log1p, expm1, log1pexp and log1mexp to the Floating class, and export the full Floating class from Numeric Reviewers: ekmett, #core_libraries_committee, bgamari, hvr, austin Reviewed By: ekmett, #core_libraries_committee, bgamari Subscribers: Phyx, RyanGlScott, ekmett, thomie Differential Revision: https://phabricator.haskell.org/D1605 GHC Trac Issues: #11166
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r--rts/RtsSymbols.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index 8413d31bbf..4b0a1d5b60 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -157,6 +157,10 @@
SymI_HasProto(erfc) \
SymI_HasProto(erff) \
SymI_HasProto(erfcf) \
+ SymI_HasProto(expm1) \
+ SymI_HasProto(expm1f) \
+ SymI_HasProto(log1p) \
+ SymI_HasProto(log1pf) \
SymI_HasProto(memcpy) \
SymI_HasProto(rts_InstallConsoleEvent) \
SymI_HasProto(rts_ConsoleHandlerDone) \