On Tue, 21 May 2024 17:02:14 -0700 Tyler Retzlaff <[email protected]> wrote:
> MSVC does not support inline asm so replace crc32 inline function > implementations with intrinsics compatible with all toolchains. > > Signed-off-by: Tyler Retzlaff <[email protected]> > --- always good to remove asm since in tends not to get optimized. Acked-by: Stephen Hemminger <[email protected]>

