From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ariel Rodriguez <arodriguez@callistech.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] Issue on rte_sched.c
Date: Thu, 14 Apr 2016 09:19:45 +0200 [thread overview]
Message-ID: <132784424.Pjq79LXnpm@xps13> (raw)
In-Reply-To: <CADoa0bbHpkyzJ7-VJAxHPXgOj7uJiLbo_V3iSKgJzNEy4G83aw@mail.gmail.com>
2016-04-13 20:35, Ariel Rodriguez:
> Hello, viewing the new code of librte_sched/ i found this line strange ...
>
> #if defined(__SSE4__)
Are you refering to http://dpdk.org/commit/90f455f ?
> if instead i use :
>
> #if defined(__SSE4_2__) || defined(__SSE4_1__)
>
> works like a charm ...
>
> i never see in any directive like __SSE4__
Indeed, it is strange.
By the way, it is recommended to use RTE_MACHINE_CPUFLAG_*.
next prev parent reply other threads:[~2016-04-14 7:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-13 23:35 Ariel Rodriguez
2016-04-14 7:19 ` Thomas Monjalon [this message]
2016-04-30 8:50 ` Ariel Rodriguez
2016-05-01 19:58 ` Thomas Monjalon
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=132784424.Pjq79LXnpm@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=arodriguez@callistech.com \
--cc=dev@dpdk.org \
/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).