Merge pull request #3478 from vargaz/fix-pedump
[mono.git] / mono / utils / mono-hwcap-arm64.c
1 /*
2  * mono-hwcap-arm64.c: ARM64 hardware feature detection
3  *
4  * Copyright 2013 Xamarin Inc
5  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
6  */
7
8 #include "mono/utils/mono-hwcap.h"
9
10 void
11 mono_hwcap_arch_init (void)
12 {
13 }