Re: [PATCH 7/8] lib/raid6: Include asm/neon-intrinsics.h rather than arm_neon.h
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.kernel.cryptoapi,gmane.linux.ports.arm.kernel,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 22, 2026 at 07:17:03PM +0200, Ard Biesheuvel wrote: > From: Ard Biesheuvel <[email protected]> > > arm_neon.h is a compiler header which needs some scaffolding to work > correctly in the linux context, and so it is better not to include it > directly. Both ARM and arm64 now provide asm/neon-intrinsics.h which > takes care of this. This could potentially clash with the raid6 library rework I'm doing for 7.2. Although git has become pretty good about renamed files, so maybe it won't be so bad.