2008-12-29 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / optflags-def.h
index 81c10bd10f5596b61d6736d2a90f86701f75b582..88a9a2bb9186db9aedf15bfdfd1595d1343433a4 100644 (file)
@@ -21,3 +21,7 @@ OPTFLAG(SSAPRE   ,19, "ssapre",     "SSA based Partial Redundancy Elimination")
 OPTFLAG(EXCEPTION,20, "exception",  "Optimize exception catch blocks")
 OPTFLAG(SSA      ,21, "ssa",        "Use plain SSA form")
 OPTFLAG(TREEPROP ,22, "treeprop",   "Tree propagation")
 OPTFLAG(EXCEPTION,20, "exception",  "Optimize exception catch blocks")
 OPTFLAG(SSA      ,21, "ssa",        "Use plain SSA form")
 OPTFLAG(TREEPROP ,22, "treeprop",   "Tree propagation")
+OPTFLAG(SSE2     ,23, "sse2",       "SSE2 instructions on x86")
+OPTFLAG(GSHARED  ,24, "gshared",    "Share generics")
+OPTFLAG(SIMD    ,25, "simd",       "Simd intrinsics")
+