]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - lib/libthr/arch/i386/Makefile.inc
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / lib / libthr / arch / i386 / Makefile.inc
1 # $FreeBSD$
2
3 SRCS+=  pthread_md.c _umtx_op_err.S
4
5 # With the current compiler and libthr code, using SSE in libthr
6 # does not provide enough performance improvement to outweigh
7 # the extra context switch cost.  This can measurably impact
8 # performance when the application also does not use enough SSE.
9 CFLAGS+=${CFLAGS_NO_SIMD}