mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
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
(cherry picked from commit 0ec3e99111)
This commit is contained in:
parent
48e4430ea5
commit
3699da67bf
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
.arch armv8-a+crc
|
||||
|
||||
.arch_extension crc
|
||||
|
||||
/*
|
||||
* uint32_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue