xref: /freebsd/lib/libthr/arch/i386/Makefile.inc (revision ef9871c6205c158b16ee23702d2b8c043debc51a)
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