blob: fe80e1a73cc9176fb5651766294695862429117e (
plain) (
blame)
1
2
3
4
5
6
7
|
# With the current compiler and libthr code, using SSE in libthr
# does not provide enough performance improvement to outweigh
# the extra context switch cost. This can measurably impact
# performance when the application also does not use enough SSE.
CFLAGS+=${CFLAGS_NO_SIMD}
SRCS+= thr_machdep.c
|