226ab0d6a5702e53a9252788fcc6f07cce4ef90d
[mono.git] / mono / utils / mono-hwcap-ia64.c
1 /*
2  * mono-hwcap-ia64.c: Itanium hardware feature detection
3  *
4  * Authors:
5  *    Alex Rønne Petersen (alexrp@xamarin.com)
6  *    Elijah Taylor (elijahtaylor@google.com)
7  *    Miguel de Icaza (miguel@xamarin.com)
8  *    Neale Ferguson (Neale.Ferguson@SoftwareAG-usa.com)
9  *    Paolo Molaro (lupus@xamarin.com)
10  *    Rodrigo Kumpera (kumpera@gmail.com)
11  *    Sebastien Pouliot (sebastien@xamarin.com)
12  *    Zoltan Varga (vargaz@xamarin.com)
13  *
14  * Copyright 2003 Ximian, Inc.
15  * Copyright 2003-2011 Novell, Inc
16  * Copyright 2006 Broadcom
17  * Copyright 2007-2008 Andreas Faerber
18  * Copyright 2011-2013 Xamarin Inc
19  */
20
21 #include "mono/utils/mono-hwcap-ia64.h"
22
23 void
24 mono_hwcap_arch_init (void)
25 {
26         /* Nothing needed here yet. */
27 }
28
29 void
30 mono_hwcap_print (FILE *f)
31 {
32 }