Re: [FFmpeg-devel] [PATCH v2 5/5] aarch64: Add Windows runtime detection of the dotprod instructions

2023-06-06 Thread Martin Storsjö
On Mon, 5 Jun 2023, James Zern wrote: On Tue, May 30, 2023 at 5:31 AM Martin Storsjö wrote: For Windows, there's no publicly defined constant for checking for the i8mm extension yet. --- libavutil/aarch64/cpu.c | 10 ++ 1 file changed, 10 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH v2 5/5] aarch64: Add Windows runtime detection of the dotprod instructions

2023-06-05 Thread James Zern
On Tue, May 30, 2023 at 5:31 AM Martin Storsjö wrote: > > For Windows, there's no publicly defined constant for checking for > the i8mm extension yet. > --- > libavutil/aarch64/cpu.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/libavutil/aarch64/cpu.c

Re: [FFmpeg-devel] [PATCH v2 5/5] aarch64: Add Windows runtime detection of the dotprod instructions

2023-06-03 Thread Martin Storsjö
On Tue, 30 May 2023, Martin Storsjö wrote: For Windows, there's no publicly defined constant for checking for the i8mm extension yet. --- libavutil/aarch64/cpu.c | 10 ++ 1 file changed, 10 insertions(+) If there's no objections or further comments on this patchset, I'll push it early

[FFmpeg-devel] [PATCH v2 5/5] aarch64: Add Windows runtime detection of the dotprod instructions

2023-05-30 Thread Martin Storsjö
For Windows, there's no publicly defined constant for checking for the i8mm extension yet. --- libavutil/aarch64/cpu.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavutil/aarch64/cpu.c b/libavutil/aarch64/cpu.c index ffb00f6dd2..4b97530240 100644 ---