forked from FFmpeg/FFmpeg
![Martin Storsjö](/assets/img/avatar_default.png)
This makes this aspect more visible in test logs. Signed-off-by: Martin Storsjö <martin@martin.st>
8 lines
434 B
Makefile
8 lines
434 B
Makefile
OBJS += aarch64/cpu.o \
|
|
aarch64/float_dsp_init.o \
|
|
aarch64/tx_float_init.o \
|
|
|
|
NEON-OBJS += aarch64/float_dsp_neon.o \
|
|
aarch64/tx_float_neon.o \
|
|
|
|
SVE-OBJS += aarch64/cpu_sve.o \
|