C code or compiler built-ins are preferable over inline assembler for
byte-swaps as it allows for better optimisations (e.g. instruction
scheduling) which would otherwise be impossible.
As with
|
||
|---|---|---|
| .. | ||
| asm.S | ||
| cpu.c | ||
| cpu.h | ||
| float_dsp_init.c | ||
| float_dsp_neon.S | ||
| Makefile | ||
| neontest.h | ||
| timer.h | ||
| tx_float_init.c | ||
| tx_float_neon.S | ||