X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=b95276168aabfd34df70fb276a49b7029d5d49cf;hb=5f15c042606033ce3b953837fc4a2f76674c4839;hp=f0e7b75f8cbf6353fc3cff93c0cb4201b3d7e96f;hpb=4f92da533cd1c7b5f41ef8794ee6a284f1680413;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index f0e7b75..b952761 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -50,8 +50,10 @@ extern unsigned int n_capabilities; extern StgDouble __encodeDouble (I_ size, StgByteArray arr, I_ e); extern StgDouble __2Int_encodeDouble (I_ j_high, I_ j_low, I_ e); extern StgDouble __int_encodeDouble (I_ j, I_ e); +extern StgDouble __word_encodeDouble (W_ j, I_ e); extern StgFloat __encodeFloat (I_ size, StgByteArray arr, I_ e); extern StgFloat __int_encodeFloat (I_ j, I_ e); +extern StgFloat __word_encodeFloat (W_ j, I_ e); extern StgInt isDoubleNaN(StgDouble d); extern StgInt isDoubleInfinite(StgDouble d); extern StgInt isDoubleDenormalized(StgDouble d);