mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 11:14:29 +00:00
Add missing include files for simd.
This commit is contained in:
5
simd.c
5
simd.c
@@ -16,6 +16,9 @@
|
|||||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "library.h"
|
#include "library.h"
|
||||||
#include "simd.h"
|
#include "simd.h"
|
||||||
|
|
||||||
@@ -209,4 +212,4 @@ int have_arm_crypto(void)
|
|||||||
return getauxval(AT_HWCAP2) & HWCAP2_AES;
|
return getauxval(AT_HWCAP2) & HWCAP2_AES;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user