xref: /freebsd/lib/libthr/arch/amd64/Makefile.inc (revision 24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020)
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
7SRCS+= thr_machdep.c
8