From: David Marchand <david.marchand@redhat.com>
To: Andre Muezerie <andremue@linux.microsoft.com>
Cc: bruce.richardson@intel.com, dev@dpdk.org, konstantin.v.ananyev@yandex.ru
Subject: Re: [PATCH v2 1/1] config: move existing code that is common to the top
Date: Thu, 6 Mar 2025 14:40:29 +0100 [thread overview]
Message-ID: <CAJFAV8z4z4jYRpB9FXgrRTyqQRRq+f7sZ_2iCJR70290L7VBow@mail.gmail.com> (raw)
In-Reply-To: <1740780187-5272-2-git-send-email-andremue@linux.microsoft.com>
On Fri, Feb 28, 2025 at 11:03 PM Andre Muezerie
<andremue@linux.microsoft.com> wrote:
> @@ -14,9 +59,8 @@ if is_linux or cc.get_id() == 'gcc'
> endif
> endif
>
> -cc_avx512_flags = ['-mavx512f', '-mavx512vl', '-mavx512dq', '-mavx512bw']
> -cc_has_avx512 = false
> -target_has_avx512 = false
> +cc_avx2_flags = ['-mavx2']
It looks like rebase damage/conflict with another series touching those flags.
I'll see if I can fix this while applying...
> +cc_avx512_flags = ['-mavx512f', '-mavx512vl', '-mavx512dq', '-mavx512bw', '-mavx512cd']
> if (binutils_ok and cc.has_multi_arguments(cc_avx512_flags)
> and '-mno-avx512f' not in get_option('c_args'))
> # check if compiler is working with _mm512_extracti64x4_epi64
--
David Marchand
next prev parent reply other threads:[~2025-03-06 13:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 15:52 [PATCH] " Andre Muezerie
2025-02-28 22:03 ` [PATCH v2 0/1] " Andre Muezerie
2025-02-28 22:03 ` [PATCH v2 1/1] config: " Andre Muezerie
2025-03-06 13:40 ` David Marchand [this message]
2025-03-06 13:47 ` David Marchand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJFAV8z4z4jYRpB9FXgrRTyqQRRq+f7sZ_2iCJR70290L7VBow@mail.gmail.com \
--to=david.marchand@redhat.com \
--cc=andremue@linux.microsoft.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=konstantin.v.ananyev@yandex.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).