1*ddab0527SEric van Gyzen# With the current compiler and libthr code, using SSE in libthr 2*ddab0527SEric van Gyzen# does not provide enough performance improvement to outweigh 3*ddab0527SEric van Gyzen# the extra context switch cost. This can measurably impact 4*ddab0527SEric van Gyzen# performance when the application also does not use enough SSE. 5*ddab0527SEric van GyzenCFLAGS+=${CFLAGS_NO_SIMD} 6