On 8 May 2011 13:55, Hakehuang <hakehu...@gmail.com> wrote:
> Can there be something using pragma option to disable neon for each function?

I don't think there is a pragma like that for ARM at the moment;
Gcc does seem to have a

#pragma GCC target

and also function attributes for target options; but at the moment these
are documented as only being used on x86 (where they are used to turn
things like sse on and off).

What is your use case?

Dave

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to