On Mon, Nov 13, 2017 at 08:08:05AM +0200, Leon Romanovsky wrote: > From: Alaa Hleihel <alaa@xxxxxxxxxxxx> > > When building for 32 bit, the compilation may fail with the following > errors in case that __SSE__ is not set: > > In file included from ../util/mmio.c:37:0: > /usr/lib/gcc/x86_64-linux-gnu/4.8/include/xmmintrin.h:31:3: error: #error "SSE instruction set not enabled" Please do not apply this until we fix the root cause. Debian and RH 32 bit builds should be built with SSE turned on, so they may need some compiler options in their packaging files. Otherwise all this code is totally useless. Also, this condition should be a #warning print or some kind of cmake failure as it is deeply undesired.. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html