On Tue, Feb 25, 2025 at 05:06:53PM -0800, Andre Muezerie wrote: > After the instruction set updates for MSVC the error below popped up: > > ..\lib\eal\x86\include\rte_vect.h(82): error C2059: syntax error: '(' > > The issue is that MSVC does not allow __rte_aligned(RTE_X86_ZMM_SIZE). > It only accepts numbers that are power of 2. So, even though > RTE_X86_ZMM_SIZE represents a number that is a power of two it cannot > be used directly. > https://learn.microsoft.com/en-us/cpp/cpp/align-cpp?view=msvc-170 > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- Re: [PATCH 5/6] acl: make compatible with ... Bruce Richardson
- Re: [PATCH 5/6] acl: make compatible w... Andre Muezerie
- [PATCH 4/6] drivers/net: make compatible with instructi... Andre Muezerie
- Re: [PATCH 4/6] drivers/net: make compatible with ... Bruce Richardson
- Re: [PATCH 4/6] drivers/net: make compatible w... Andre Muezerie
- [PATCH 6/6] member: make compatible with instruction se... Andre Muezerie
- [PATCH v2 0/5] allow faster instruction sets to be used... Andre Muezerie
- [PATCH v2 1/5] eal: make compatible with instructi... Andre Muezerie
- Re: [PATCH v2 1/5] eal: make compatible with i... Bruce Richardson
- [PATCH v2 2/5] eal: only use numbers as align para... Andre Muezerie
- Re: [PATCH v2 2/5] eal: only use numbers as al... Bruce Richardson
- RE: [PATCH v2 2/5] eal: only use numbers as al... Konstantin Ananyev
- [PATCH v2 4/5] drivers/net: make compatible with i... Andre Muezerie
- Re: [PATCH v2 4/5] drivers/net: make compatibl... Bruce Richardson
- [PATCH v2 5/5] acl: make compatible with instructi... Andre Muezerie
- Re: [PATCH v2 5/5] acl: make compatible with i... Bruce Richardson
- [PATCH v2 3/5] config: create top level variable c... Andre Muezerie
- Re: [PATCH v2 3/5] config: create top level va... Bruce Richardson
- [PATCH v3 0/3] allow faster instruction sets to be used... Andre Muezerie
- [PATCH v3 1/3] eal: make compatible with instructi... Andre Muezerie
- [PATCH v3 3/3] config: create top level variable c... Andre Muezerie