aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/wasm/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* all: fix whitespace/new-line issuesTimo Rothenpieler4 days1-1/+0
|
* configure: Add wasm as a fake archZhao Zhili2024-12-041-0/+42
And add wasm simd128 flag, so we can add simd128 optimizations. It can be enabled by put -msimd128 to extra cflags. There is no runtime detection on simd128 support yet. I think that needs to be done with JavaScript. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>