K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2015-03-26T05:45:59.004530Z K 7 svn:log V 263 Lua is using floating point arithmetic, but we were trying to compile with -mno-sse on amd64. This posed a problem because the compiler was generating SSE anyway and it crashed later on. It should be ok to use SSE at this point, but this needs to be revisited. END