Martin Spott wrote:

>> -#define __FLT_EVAL_METHOD__ 0
>> +#define __FLT_EVAL_METHOD__ 2
> 
> I think a simple "-O2" should be permitted. Does it still fail with
> setting just this single option ?

The O2 flag was set for all tries but it's not the problem here. The problem 
are certain -march options. "-march=core2 -mfpmath=sse" for the Atom showed 
the error. Settung it to a more conservative "-march=prescott" makes it 
work. In this case it was a clear overoptimization. But there are other 
march settings like -march=amdfam10 for my Phenom which enable SSE.

> If I understand correctly, what you're calling a "fix" would be a
> "workaround to circumvent a compiler/platform bug" in my terminology.
> Right !?  ;-)
Correct.

> Are you running an appropriate kernel on your platform ? As far as I
> remember, the Atom processor series is just a slightly modified and
> shrinked down Pentium III processor.

My kernel is allright. If not i'd run into other issues already. Note that 
it's only EGKK where this happens.

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to