[mono/mono] f0094a00: [aot] Remove -mattr=-avx flag to llc on amd64+osx, its no longer needed.

"Zoltan Varga ([email protected])" <[email protected]> Mon, 11 Nov 2013 07:58:13 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000142462b03b9-e84ccc9c-f721-4ad5-904e-f1e4ca9a0796-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/cc395b92a39b...f0094a00b517

   Commit: f0094a00b51707b9ccf9fb421e5a65cacc57074b
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-11-11 07:56:07 GMT
      URL: https://github.com/mono/mono/commit/f0094a00b51707b9ccf9fb421e5a65cacc57074b

[aot] Remove -mattr=-avx flag to llc on amd64+osx, its no longer needed.

Changed paths:
  M mono/mini/aot-compiler.c

Modified: mono/mini/aot-compiler.c
===================================================================
@@ -639,11 +639,6 @@ struct _ReadOnlyValue {
 	acfg->llvm_label_prefix = "";
 	acfg->user_symbol_prefix = "";
 
-#if defined(TARGET_AMD64) && defined(TARGET_MACH)
-	/* osx contains an old as which doesn't support avx opcodes */
-	g_string_append (acfg->llc_args, "-mattr=-avx");
-#endif
-
 #if defined(TARGET_AMD64)
 	g_string_append (acfg->llc_args, " -march=x86-64");
 #endif


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches