Endian stuff was: Re: SPDIF encoded output on G5
Endian stuff was: Re: SPDIF encoded output on G5
- Subject: Endian stuff was: Re: SPDIF encoded output on G5
- From: Urs Heckmann <email@hidden>
- Date: Thu, 1 Dec 2005 02:11:44 +0100
Jeff Moore:
In fact, you might run into the exact same hardware you're doing it
for now =)
Btw... sorry for hijacking... does anybody have a super quick way for
byte swapping an arbitrary number of longs/floats? Something like
industrial strength dsp code?
How would you implement this function on PPC and/or/vs. Intel:
inline void swapEndian( UInt32 &ICameFromOuterSpace )
{
// ?
}
I think I saw a fancy trick years ago using shifts and exclusive or.
But I can't remember.
I guess the slowest must be using arrays of chars... as these might
occupy a lot of registers... or not so?
Cheers,
;) Urs
urs heckmann
email@hidden
www.u-he.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden