X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fvectorise%2FVectCore.hs;h=34ffdb7cae37a44bbd594b7f3a107df2293bb510;hb=a7d2d334c07af5c018e5a36be1c3fb44530b56e1;hp=de832793f654e3243486ded9dab5f79ff7ac247e;hpb=f363bf9a76bcaddc1bfea61135f4f4d2fbcfd955;p=ghc-hetmet.git diff --git a/compiler/vectorise/VectCore.hs b/compiler/vectorise/VectCore.hs index de83279..34ffdb7 100644 --- a/compiler/vectorise/VectCore.hs +++ b/compiler/vectorise/VectCore.hs @@ -11,6 +11,8 @@ module VectCore ( vCaseDEFAULT, vCaseProd ) where +-- XXX This define is a bit of a hack, and should be done more nicely +#define FAST_STRING_NOT_NEEDED 1 #include "HsVersions.h" import CoreSyn