>> On Thu, Dec 20, 2018 at 11:44 AM Gavin Hu <mailto:gavin...@arm.com> wrote: >> remove the hard code #ifdef RTE_FORCE_INTRINSICS, move the implementation >> to the arm specific file, x86 and POWER have their own implementations.
> No, x86 and ppc define their own implementation when _not_ having > RTE_FORCE_INTRINSICS. > David Marchand Hi David, Your reply is out of format, I re-format it to text based. Yes, x86 and ppc define their own implementation, so this change is arm specific. Only arm have RTE_FORCE_INTRINSICS, x86 and ppc don't define it in the config files.