Deleted Added
full compact
33c33,37
< #ifdef __SSE2__
---
> #ifndef __SSE2__
> # error "SSE2 instruction set not enabled"
> #else
>
> /* We need definitions from the SSE header files*/