With this change, following happens. ``` if sse { compressSSE() return } compressGeneric() ``` compressGeneric is used as a fallback when SSE is not detected.