[dpdk-dev] Issue on rte_sched.c

Ariel Rodriguez arodriguez at callistech.com
Thu Apr 14 01:35:13 CEST 2016


Hello, viewing the new code of librte_sched/ i found this line strange ...

#if defined(__SSE4__)


if instead i use :

#if defined(__SSE4_2__) || defined(__SSE4_1__)

works like a charm ...

i never see in any directive like __SSE4__


Regards


More information about the dev mailing list