Salvatore Filippone | 1 Jun 2011 15:46
Picon

Re: Strange error


Il giorno mer, 01/06/2011 alle 15.38 +0200, Richard Guenther ha scritto:
> 
> Update your assember - it doesn't seem to understand AVX instructions.
> 
> Richard. 

Which means that on this particular opsys (CentOS 5.6) I have to build
and install my own binutils, at least for recent GCC versions, since the
system binutils are at 2.17 and no newer precompiled version is
available. 

Thanks a lot
Salvatore 

Tobias Burnus | 1 Jun 2011 16:01
Picon

Re: Strange error

On 06/01/2011 03:46 PM, Salvatore Filippone wrote:
> Il giorno mer, 01/06/2011 alle 15.38 +0200, Richard Guenther ha scritto:
>> Update your assember - it doesn't seem to understand AVX instructions.
> Which means that on this particular opsys (CentOS 5.6) I have to build
> and install my own binutils

Well, the -mavx is added by -march=native. Thus, using -mno-avx might be 
enough - or you replace -march=native by something else. (However, in 
terms of performance, using AVX can make a diffence; thus, updating 
binutils cannot harm.)

Tobias


Gmane