#13914 closed enhancement (fixed)
x264 G5 variant
Reported by: | jmcintyre | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | x264 G5 | Cc: | bytestorm@… |
Port: |
Description (last modified by jmpalacios (Juan Manuel Palacios))
G5 based computers see a significant performance boost in x264 if the compiler is told to build specifically for it. I've created a simple variant for the G5.
variant G5 { configure.cflags-append "-mcpu=970 -mtune=970 -mpowerpc64 -mpowerpc-gpopt -fast -mabi=altivec -maltivec" }
Most of the improvements come from the first four parameters. You could argue that -fast isn't really a G5 specific tag, so it shouldn't be here, but since this is trying to tune as tightly for performance, I think it is worth having. I can make a patch file if it is needed.
Change History (4)
comment:1 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Description: | modified (diff) |
---|---|
Milestone: | → Port Enhancements |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | bytestorm@… added |
---|
comment:3 Changed 17 years ago by acho@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Resolved in r32922, thanks!
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Cc'ing the port's maintainer.