
17 Jan
2013
17 Jan
'13
4:09 p.m.
On Thu, Jan 17, 2013 at 12:29 PM, Simon Marlow
If the intended meaning of -msse is
Use SSE instructions in Haskell compilations
then of course we should pass -mattr=+sse to LLVM, because it is the backend for Haskell compilations. But we should not pass it to gcc, unless we're using the C backend.
Lets do at least this then. -- Johan