Opened 13 years ago

Closed 13 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)

ppl-disable-avx.diff (520 bytes) - added by daitakahashi 13 years ago.
this patch works at Snow leopard, x86_64 (Macbook Pro early 2011)

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by daitakahashi

Attachment: ppl-disable-avx.diff added

this patch works at Snow leopard, x86_64 (Macbook Pro early 2011)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: adfernandes@… removed
Keywords: haspatch added
Owner: changed from macports-tickets@… to adfernandes@…

comment:2 Changed 13 years ago by adfernandes (Andrew Fernandes)

Resolution: fixed
Status: newclosed

Committed in r78552. Thank you very much for the patch - it is greatly appreciated!

Note: See TracTickets for help on using tickets.