[vorbis-dev] Win32 ASM vs. Alpha CPU
Michael Rich
alphax86 at alltel.net
Fri Aug 17 19:50:35 PDT 2001
In \Vorbis\Lib\os.h
On line 126
#if defined(_WIN32) && !defined(__GNUC__) && !defined(__alpha)
I had to add the && !defined(__alpha) in order for it to compile correctly
on VC++ 6.0 on WinNT4 on my Alpha CPU machine.
The reason is that the code inside the #ifdef is using X86 ASM, which is a
no no. Once I added the check for the Alpha constant, things compile just
fine.
Laters,
Mike
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list