On Mon, Oct 31, 2011 at 01:17:02PM -0600, Paul Monday wrote: > > Addition of these vectorization functions is going to require some new > MachOps, once I add a new MachOp, all of the code generators want to know > about the new MachOp as well
But what's the problem with just not implementing them for the other code generators? You'll just get some warnings about unhandled cases, but you're not calling that code so it doesn't matter. If you're doing "validate" builds then you can put WERROR = in mk/validate.mk to have the build not fail on warnings. Thanks Ian _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc