mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-16 20:40:24 +00:00
All changes are made during development/testing of SVE/SME for ffmpeg (vvc). Tested on Apple M4
10 lines
507 B
Makefile
10 lines
507 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 \
|
|
|
|
SME-OBJS += aarch64/cpu_sme.o \
|