[msvc] Update csproj files
[mono.git] / mono / utils / mono-hwcap-arm64.c
index 5491cff96cfd60ec93560dee66aa7343c11c5803..f5cddcf25dc114a826754a0dd265640cf4375065 100644 (file)
@@ -1,25 +1,14 @@
-/*
- * mono-hwcap-arm64.c: ARM hardware feature detection
+/**
+ * \file
+ * ARM64 hardware feature detection
  *
  * Copyright 2013 Xamarin Inc
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
-#include "mono/utils/mono-hwcap-arm64.h"
+#include "mono/utils/mono-hwcap.h"
 
-#if defined(MONO_CROSS_COMPILE)
 void
 mono_hwcap_arch_init (void)
 {
 }
-#else
-void
-mono_hwcap_arch_init (void)
-{
-}
-#endif
-
-void
-mono_hwcap_print(FILE *f)
-{
-}