comparison asmalign.h @ 18104:7b408d60de9e

add support for intel mac. mp3lib is not fixed yet.
author nplourde
date Sat, 15 Apr 2006 20:46:54 +0000
parents
children
comparison
equal deleted inserted replaced
18103:26ea12332e67 18104:7b408d60de9e
1 #ifdef SYS_DARWIN
2 #define ASMALIGN8 ".align 3\n\t"
3 #define ASMALIGN16 ".align 4\n\t"
4 #else
5 #define ASMALIGN8 ".balign 8\n\t"
6 #define ASMALIGN16 ".balign 16\n\t"
7 #endif