summaryrefslogtreecommitdiffstats
path: root/lib/libthr/arch/i386/Makefile.inc
blob: 81fb6bb4a60e60cb0c490debd76ac531c33d7c2e (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

SRCS+=	pthread_md.c _umtx_op_err.S

# 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}
OpenPOWER on IntegriCloud