diff options
author | Wu Jianhua <jianhua.wu@intel.com> | 2022-02-23 16:57:30 +0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-03-10 16:45:48 -0300 |
commit | f629ea2e188e220876ee206747b111a368bad4ef (patch) | |
tree | 73afd9868a6101dce6929136f617d41f937d7d62 /doc/APIchanges | |
parent | e6e3aae294951738a760d2b6907e6e54286d30dd (diff) | |
download | ffmpeg-f629ea2e188e220876ee206747b111a368bad4ef.tar.gz |
avutil/cpu: add AVX512 Icelake flag
Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
Reviewed-by: Henrik Gramner <henrik@gramner.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ea402f6118..ccc4f24b28 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-03-10 - xxxxxxxxxx - lavu 57.23.100 - cpu.h + Add AV_CPU_FLAG_AVX512ICL. + 2022-02-07 - xxxxxxxxxx - lavu 57.21.100 - fifo.h Deprecate AVFifoBuffer and the API around it, namely av_fifo_alloc(), av_fifo_alloc_array(), av_fifo_free(), av_fifo_freep(), av_fifo_reset(), |