A few fixes for 32-bit compiles
authorJens Axboe <jaxboe@fusionio.com>
Thu, 21 Oct 2010 06:15:59 +0000 (08:15 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 21 Oct 2010 06:15:59 +0000 (08:15 +0200)
commit2f68124f26e54233db41b462a257dabc48e5c32b
tree19bd597e4968c8fbc80fe67f36dab4f9bb67a42a
parent5e0baa7f423995c4f75070d6a2ee56619e195a36
A few fixes for 32-bit compiles

- Change the HAVE_SSE to HAVE_SSE4_2 and only provide it on
  x86-64.
- Cast two values that otherwise cause the compiler to warn on 32-bit

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
arch/arch-x86.h
arch/arch-x86_64.h
crc/crc32c-intel.c
crc/crc32c.h
engines/binject.c
verify.c