Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Releasing U++ » mingw?
Re: mingw? [message #22186 is a reply to message #22163] Tue, 23 June 2009 15:32 Go to previous messageGo to previous message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

koldo wrote on Sun, 21 June 2009 16:35

Hello Speed Ghost


Then I have recompiled TheIde changing this:
	if(HasFlag("SSE2"))
		cc << " -msse2";// -mfpmath=sse";

and:
Main Pack. Conf.  Compiler Opt         Test time  Problems? 
- GUI SSE2	  No option            2.4 sec    Crash

and I have recompiled again with:
	if(HasFlag("SSE2"))
		cc << " ";//-msse2";// -mfpmath=sse";

and:
Main Pack. Conf.  Compiler Opt         Test time  Problems? 
- GUI SSE2	  No option            9.5 sec    Ok

.....................
Best regards
Koldo


Koldo,

I thing that is need to set a final source version and propuse for change in svn.
Use as flag I do not thing that it is a good idea. But use in compile options is more transparent.
I thing that it should change Automatic setup (maybe it for win32 only ) for speed option set this command.
for mingw
-msse2 -mfpmath=sse

[Updated on: Tue, 23 June 2009 15:33]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Releases
Next Topic: Regular releases reactivated
Goto Forum:
  


Current Time: Thu May 09 18:39:23 CEST 2024

Total time taken to generate the page: 0.01837 seconds