Opened 14 years ago
Closed 14 years ago
#29313 closed defect (fixed)
ppl build fails due to the AVX usage (variant gcc44, gcc45)
Reported by: | daitakahashi | Owned by: | adfernandes (Andrew Fernandes) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | ppl |
Description
On sandy-bridge Macbook Pro, gcc 4.4 uses AVX instructions if -march=native
is enabled. However, those instructions are not compatible with the current apple assembler that gcc44 (and gcc45) depends on.
Attachments (1)
Change History (3)
Changed 14 years ago by daitakahashi
Attachment: | ppl-disable-avx.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | adfernandes@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to adfernandes@… |
comment:2 Changed 14 years ago by adfernandes (Andrew Fernandes)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r78552. Thank you very much for the patch - it is greatly appreciated!
Note: See
TracTickets for help on using
tickets.
this patch works at Snow leopard, x86_64 (Macbook Pro early 2011)