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++ » U++ Developers corner » Endian specific source changes, for Universal support.
Endian specific source changes, for Universal support. [message #7018] Fri, 08 December 2006 02:33 Go to previous message
lundman is currently offline  lundman
Messages: 175
Registered: March 2006
Location: Tokyo
Experienced Member

On OsX in particular, you can produce Universal binaries, applications with both Intel and PPC compiled code. This is enabled by giving gcc "-arch intel -arch ppc".

However, there are parts of U++ that currently are in #ifdef ENDIAN.

Have you considered changing said code for endian independant code, like bit-shifts etc, or at worst, use OS given endian functions like ntohl() etc.

There do not appear to be too many endian related calls in UPP.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: uvs2 as "public application"
Next Topic: Benchmarking U++
Goto Forum:
  


Current Time: Tue May 21 21:59:59 CEST 2024

Total time taken to generate the page: 0.02248 seconds