atom feed12 messages in at.iem.pd-devRe: [PD-dev] Re: GCC errors building ...
FromSent OnAttachments
Michael A. HobsonNov 27, 2005 2:10 pm 
Tim BlechmannNov 27, 2005 3:20 pm 
Michael A. HobsonNov 27, 2005 4:15 pm 
Tim BlechmannNov 28, 2005 7:12 am 
Mathieu BouchardDec 30, 2005 7:59 am 
cDec 30, 2005 11:04 am 
Mathieu BouchardDec 30, 2005 11:39 am 
Thomas GrillJan 2, 2006 1:44 am 
Mathieu BouchardJan 2, 2006 7:09 am 
Thomas GrillJan 2, 2006 7:15 am 
Mathieu BouchardJan 2, 2006 7:21 am 
Thomas GrillJan 2, 2006 7:43 am 
Subject:Re: [PD-dev] Re: GCC errors building devel_0_39
From:Thomas Grill (gr@grrrr.org)
Date:Jan 2, 2006 7:15:31 am
List:at.iem.pd-dev

Hi Matju,

When in SIMD mode, and only in SIMD mode, each *.c file is compiled using those settings:

-mfpmath=sse -mmmx -msse

Which is broken in many currently used versions of GCC.

broken in which way? I think only -msse is actually needed for the simd build - this could be easily adjusted in the scons script.

greetings, Thomas