From: Roman Leshchinskiy Date: Wed, 8 Oct 2008 03:28:59 +0000 (+0000) Subject: Track changes to package dph X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5f68f5880068404476c21b00be4aa2fc1a27a5a9;p=ghc-hetmet.git Track changes to package dph MERGE TO 6.10 --- diff --git a/compiler/vectorise/VectBuiltIn.hs b/compiler/vectorise/VectBuiltIn.hs index fdb2cea..cbcb47d 100644 --- a/compiler/vectorise/VectBuiltIn.hs +++ b/compiler/vectorise/VectBuiltIn.hs @@ -276,6 +276,8 @@ preludeVars (Modules { dph_Combinators = dph_Combinators ++ [ mk' dph_Prelude_Word8 "div" "divV" , mk' dph_Prelude_Word8 "mod" "modV" + , mk' dph_Prelude_Word8 "fromInt" "fromIntV" + , mk' dph_Prelude_Word8 "toInt" "toIntV" ] ++ vars_Ord dph_Prelude_Double