[Vorbis-dev] regarding inline asm syntax in tremor Vorbis

Michael Smith msmith at xiph.org
Sat Dec 10 03:36:41 PST 2005


On 12/10/05, anand narayanan <anand.techy at 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
>  anand

The 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


More information about the Vorbis-dev mailing list