|
|
|
|
|
by astrange
303 days ago
|
|
Loop vectorization doesn't work for ffmpeg's needs because the kernels are too small and specialized. It works better for scientific/numeric computing. You could invent a DSL for writing the kernels in… but they did, it's x86inc.asm. I agree ispc is close to something that could work. |
|