DDE 29
GavinWraith (26) 1563 posts |
I note that in the new DDE 29, the list of cpu types that objasm 4.07 will accept includes Can I conclude from this that the Raspberry Pi 3B+ (Cortex-A53) can now be programmed with objasm to use vfp or neon hard floats? Is that only using the inline assembler, or can the C compiler automatically use hard floats once the --cpu flag is set appropriately?
|
Jeffrey Lee (213) 6048 posts |
Yes. However this isn’t anything new (I believe it was objasm 4.00 which introduced VFP & NEON support, and that was released several years ago).
AFAIK it’s still only objasm which supports VFP/NEON. The C compiler (including the inline assembler) can’t use them. |