Skip to content
Snippets Groups Projects
Commit 80982957 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Removed all compile-time depdencies on byte ordering (big- or little-
endianness). Replaced them with run-time conversions where necessary (only
for packing/unpacking of colors into unsigned ints). Performance hit
should be negligeable, but this will allow to compile Universal Binaries
on Mac in a single step (instead of having to compile the PPC/big-endian
and the i386/little-endian separately, which wouls be a royal pain in the
butt).
parent 9734f5a1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment