anand narayanan
2005-Dec-09 23:15 UTC
[Vorbis-dev] regarding inline asm syntax in tremor Vorbis
Hi all The inline asm in Revision 10571: /trunk/Tremor file asm_arm.h seems to be in x86 inline assembly format. is there a code which is compatible with ARM/Thumb C/C++ Compiler, RVCT2.2,along with libvorbis-1.1.2 release. regards anand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20051210/e6e69b5d/attachment.htm
Michael Smith
2005-Dec-10 03:36 UTC
[Vorbis-dev] regarding inline asm syntax in tremor Vorbis
On 12/10/05, anand narayanan <anand.techy@gmail.com> wrote:> > > Hi all > > The inline asm in Revision 10571: /trunk/Tremor file asm_arm.h seems to be > in x86 inline assembly format. > is there a code which is compatible with ARM/Thumb C/C++ Compiler, > RVCT2.2,along with libvorbis-1.1.2 release. > regards > anandThe inline assembly in this file is not x86 assembly - that would be an awfully strange thing to do for a file called "asm_arm.h". It's gcc-syntax inline ARM assembly. If your compiler accepts inline assembly with a different syntax, you should be able to convert it reasonably easily, since the actual instructions will remain the same. Mike