lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Infinite loop with GCC 4.3


From: Han-Wen Nienhuys
Subject: Re: Infinite loop with GCC 4.3
Date: Wed, 28 May 2008 11:02:36 -0300

Could someone put this into a init_fpu() function with appropriate
#ifdefs, and call that from main() ?


Thanks!

2008/5/28 John Mandereau <address@hidden>:
> On 2008/05/26, I wrote:
>> #include
>> <fpu_control.h> and adding the two lines
>>
>>   fpu_control_t fpu_control = 0x027f ;
>>   _FPU_SETCW(fpu_control);
>>
>> at the beginning of main().  This fixes the bug for me with GCC 4.3.0 on
>> Joe's example skyline2.cc
>
> This fix works on my Celeron M with current Lily on master too.
>
> John
>
>



-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]