diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/asmalign.h	Sat Apr 15 20:46:54 2006 +0000
@@ -0,0 +1,7 @@
+#ifdef SYS_DARWIN
+#define ASMALIGN8  ".align 3\n\t"
+#define ASMALIGN16 ".align 4\n\t"
+#else
+#define ASMALIGN8  ".balign 8\n\t"
+#define ASMALIGN16 ".balign 16\n\t"
+#endif