From: Simon Marlow Date: Wed, 23 Sep 2009 10:52:40 +0000 (+0000) Subject: Add erf, erfc, erfff, erfcf (#3536) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=91a804680cfc5cb3894d996b9c7fb28b50180cdb Add erf, erfc, erfff, erfcf (#3536) --- diff --git a/rts/Linker.c b/rts/Linker.c index 78e112f..d7e7886 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -423,6 +423,10 @@ typedef struct _RtsSymbolVal { SymI_HasProto(expf) \ SymI_HasProto(logf) \ SymI_HasProto(sqrtf) \ + SymI_HasProto(erf) \ + SymI_HasProto(erfc) \ + SymI_HasProto(erff) \ + SymI_HasProto(erfcf) \ SymI_HasProto(memcpy) \ SymI_HasProto(rts_InstallConsoleEvent) \ SymI_HasProto(rts_ConsoleHandlerDone) \