X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fvectorise%2FVectorise%2FBuiltins.hs;h=3647a7f875113dfb093c26b9dbd8834241641038;hb=18691d440f90a3dff4ef538091c886af505e5cf5;hp=04e768b075c5774a2e2427c7e72e0d56d0061890;hpb=7d56ff6e8c44e390bf95a4da9ce8a3330ccd7859;p=ghc-hetmet.git diff --git a/compiler/vectorise/Vectorise/Builtins.hs b/compiler/vectorise/Vectorise/Builtins.hs index 04e768b..3647a7f 100644 --- a/compiler/vectorise/Vectorise/Builtins.hs +++ b/compiler/vectorise/Vectorise/Builtins.hs @@ -1,6 +1,6 @@ -- | Builtin types and functions used by the vectoriser. --- The source program uses functions from GHC.PArr, which the vectoriser rewrites +-- The source program uses functions from Data.Array.Parallel, which the vectoriser rewrites -- to use equivalent vectorised versions in the DPH backend packages. -- -- The `Builtins` structure holds the name of all the things in the DPH packages