On Fri, Jan 24, 2025 at 5:46 PM Andre Muezerie
wrote:
>
> MSVC does not support inline assembly so use movdiri intrinsic and
> provide abstracted rte_ffs{32,64} inline functions instead of directly
> using GCC built-ins.
>
> v3:
> * Added __rte_experimental to the new functions.
> * Added commen
MSVC does not support inline assembly so use movdiri intrinsic and
provide abstracted rte_ffs{32,64} inline functions instead of directly
using GCC built-ins.
v3:
* Added __rte_experimental to the new functions.
* Added comments to the new functions.
* Moved tests to test_bitcount.c
v2:
* Mov
2 matches
Mail list logo