Created attachment 160231 [details] v0 Let's follow vendor-enabled by default. $ ./configure --help | fgrep -A1 x86 --enable-x86-optimizations use MMX or SSE optimization [default=yes]
poudriere logs for QA are in bug 202583. i386 packages are built for lowest common denominator (-march=i486?) thus won't have SSE by default without setting CPUTYPE in make.conf.
A commit references this bug: Author: crees Date: Sun Aug 23 07:45:50 UTC 2015 New revision: 395075 URL: https://svnweb.freebsd.org/changeset/ports/395075 Log: Enable SSE by default where possible. PR: ports/202582 Submitted by: jbeich Changes: head/audio/soundtouch/Makefile
Committed, thanks!