On Tue, Aug 08, 2023 at 02:13:52PM +0800, Zeng Heng wrote:
+static void crc32_sigill(void) +{
- /* CRC32W W0, W0, W1 */
- asm volatile(".inst 0x1ac14800" : : : );
+}
Same here, you could assemble rather than hand encode but otherwise
Reviewed-by: Mark Brown broonie@kernel.org