[pulseaudio-discuss] [PATCH 1/6 v3] core: Initialize ARM NEON code if available
Thomas Martitz
kugel at rockbox.org
Wed Oct 17 10:37:15 PDT 2012
Am 17.10.2012 10:53, schrieb Rémi Denis-Courmont:
> So .S/.s assembler source files constitute the only way to write
> run-time-conditional NEON code for the time being. Just make sure you did
> _not_ enable NEON in the CFLAGS and enable it manually with the ".fpu neon"
> assembler directive.
>
> Personally, I much prefer .S/.s file over inline asm because I find them
> more readable, but it's a matter of taste.
>
You could also write in .c files and compile them with different CFLAGS
(through make), but the result is the same.
Best regards
More information about the pulseaudio-discuss
mailing list