Re: [PATCH 2/2] devtools/dump-cpu-flags: add tool to update CPU flags table

2025-02-28 Thread Andre Muezerie
On Fri, Feb 28, 2025 at 02:33:04PM +, Bruce Richardson wrote: > On Thu, Feb 27, 2025 at 05:52:17PM -0800, Andre Muezerie wrote: > > This patchset allows users to specify the CPU for which the generated > > code should be optimized for by passing the CPU name. > > > > MSVC does not provide this

Re: [PATCH 2/2] devtools/dump-cpu-flags: add tool to update CPU flags table

2025-02-28 Thread Bruce Richardson
On Thu, Feb 27, 2025 at 05:52:17PM -0800, Andre Muezerie wrote: > This patchset allows users to specify the CPU for which the generated > code should be optimized for by passing the CPU name. > > MSVC does not provide this functionality natively, so logic was > added. This additional logic relies

[PATCH 2/2] devtools/dump-cpu-flags: add tool to update CPU flags table

2025-02-27 Thread Andre Muezerie
This patchset allows users to specify the CPU for which the generated code should be optimized for by passing the CPU name. MSVC does not provide this functionality natively, so logic was added. This additional logic relies on a table which stores instruction set availability (like AXV512F) for di