Use '.arch_extension crc' in the arm64 crc32 code
We don't care about the base architecture here, just that the crc extension is enabled. Sponsored by: Innovate UK
This commit is contained in:
parent
916f3dba45
commit
0ec3e99111
@ -27,7 +27,8 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
.arch armv8-a+crc
|
||||
|
||||
.arch_extension crc
|
||||
|
||||
/*
|
||||
* uint32_t
|
||||
|
Loading…
Reference in New Issue
Block a user