>  arm-rtems4.9-gcc -mfpu=neon -mfloat-abi=softfp -mcpu=arm7tdmi -c
> test_neon.c
>
> #if !defined(__ARM_NEON__)
> #error "Neon not supported"
> #endif
>
> void neon_code(void)
> {
>   asm volatile ("vldr d18,[fp,#-32]");
> }

Works fine here. Either your assembler is busted, or there is something else 
you're not telling us about.

Paul

Reply via email to