xref: /freebsd/lib/libthr/arch/i386/Makefile.inc (revision b59017c5cad90d0f09a59e68c00457b7faf93e7c)
1# With the current compiler and libthr code, using SSE in libthr
2# does not provide enough performance improvement to outweigh
3# the extra context switch cost.  This can measurably impact
4# performance when the application also does not use enough SSE.
5CFLAGS+=${CFLAGS_NO_SIMD}
6