Re: [PATCH] x86/crc32: use builtins to improve code generation
From: Dave Hansen
Date: Thu Feb 27 2025 - 16:03:14 EST
On 2/27/25 12:57, Bill Wendling wrote:
> I vastly prefer the first way if made "static __always_inline".
'static', for sure. But I'd leave the explicit inlining out unless the
compiler is actively being stupid.