Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-hwcap-wasm.c
1 /**
2  * \file
3  * wasm feature detection
4  *
5  * Authors:
6  *    Rodrigo Kumpera (kumpera@gmail.com)
7  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
8  */
9
10 #include "mono/utils/mono-hwcap.h"
11
12 void
13 mono_hwcap_arch_init (void)
14 {
15 }