Merge pull request #347 from JamesB7/master
[mono.git] / mono / mini / mini-ia64.c
index bd3bbdedca2d8c2805f41f055ad3919da9b901b1..87c474f2e474275b7f36e8f2e7be14e6833da3ed 100644 (file)
@@ -625,13 +625,26 @@ mono_arch_cleanup (void)
  * This function returns the optimizations supported on this cpu.
  */
 guint32
-mono_arch_cpu_optimizazions (guint32 *exclude_mask)
+mono_arch_cpu_optimizations (guint32 *exclude_mask)
 {
        *exclude_mask = 0;
 
        return 0;
 }
 
+/*
+ * 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;
+}
+
 GList *
 mono_arch_get_allocatable_int_vars (MonoCompile *cfg)
 {