From 6457903e7671b6096d2cca5d965f43daee3572a6 Mon Sep 17 00:00:00 2001 From: Dan Doel Date: Sun, 20 Dec 2015 15:19:52 +0100 Subject: 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 --- rts/RtsSymbols.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rts') 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) \ -- cgit v1.2.1