Implement column number support in sdb.
[mono.git] / mono / mini / mini-hppa.c
index 23d801b040a3d6f8d08b1441da2d75cb6062728e..3f72c551723e9ab3dfcd7fb2f7c9e2d65b7ee3e6 100644 (file)
@@ -191,6 +191,19 @@ mono_arch_cpu_optimizations (guint32 *exclude_mask)
        return opts;
 }
 
+/*
+ * This function test for all SIMD functions supported.
+ *
+ * Returns a bitmask corresponding to all supported versions.
+ *
+ */
+guint32
+mono_arch_cpu_enumerate_simd_versions (void)
+{
+       /* SIMD is currently unimplemented */
+       return 0;
+}
+
 void
 mono_arch_flush_icache (guint8 *code, gint size)
 {