Enable SSE by default where possible.

PR:		ports/202582
Submitted by:	jbeich
This commit is contained in:
Chris Rees 2015-08-23 07:45:49 +00:00
parent 605c6e20c1
commit f32baace35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395075

View File

@ -24,6 +24,8 @@ PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= INTEGER_SAMPLES DOCS
OPTIONS_DEFINE_amd64= SSE
OPTIONS_DEFINE_i386= SSE
OPTIONS_DEFAULT_amd64= SSE
OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE}
INTEGER_SAMPLES_DESC= Use integer sample format
INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples