On 8 May 2011 13:55, Hakehuang hakehuang@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