On Wed, Feb 19, 2025 at 2:40 AM Andre Muezerie
wrote:
>
> When compiling with MSVC the error below shows up due to function
> versioning:
>
> ../lib/net/rte_net_crc.c(418): error C2061: syntax error:
> identifier '__attribute__'
>
> MSVC allows alias function names to be exported, but the mech
On Thu, Mar 06, 2025 at 01:59:34PM +0100, David Marchand wrote:
> On Wed, Feb 19, 2025 at 2:40 AM Andre Muezerie
> wrote:
> >
> > When compiling with MSVC the error below shows up due to function
> > versioning:
> >
> > ../lib/net/rte_net_crc.c(418): error C2061: syntax error:
> > identifier '
When compiling with MSVC the error below shows up due to function
versioning:
../lib/net/rte_net_crc.c(418): error C2061: syntax error:
identifier '__attribute__'
MSVC allows alias function names to be exported, but the mechanism is
different than the one used by gcc. It was considered to enh
3 matches
Mail list logo