First set of licensing changes
[mono.git] / mono / utils / mono-hwcap-arm64.c
1 /*
2  * mono-hwcap-arm64.c: ARM 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-arm64.h"
9
10 #if defined(MONO_CROSS_COMPILE)
11 void
12 mono_hwcap_arch_init (void)
13 {
14 }
15 #else
16 void
17 mono_hwcap_arch_init (void)
18 {
19 }
20 #endif
21
22 void
23 mono_hwcap_print(FILE *f)
24 {
25 }