Bug 202582 - audio/soundtouch: enable SSE by default on i386/amd64
Summary: audio/soundtouch: enable SSE by default on i386/amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-23 00:13 UTC by Jan Beich
Modified: 2015-08-25 09:23 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (crees)


Attachments
v0 (441 bytes, patch)
2015-08-23 00:13 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2015-08-23 00:13:08 UTC
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]
Comment 1 Jan Beich freebsd_committer freebsd_triage 2015-08-23 03:11:12 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-23 07:46:11 UTC
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
Comment 3 Chris Rees freebsd_committer freebsd_triage 2015-08-23 07:46:31 UTC
Committed, thanks!