X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Foptflags-def.h;h=572eeab06f928aa75c9dd30425cace727d1d0227;hb=e96b1271fd0f67dc198a28378f433a9c318640f4;hp=81c10bd10f5596b61d6736d2a90f86701f75b582;hpb=1f17f56bda63e87651501030ca19248a19f5986d;p=mono.git diff --git a/mono/mini/optflags-def.h b/mono/mini/optflags-def.h index 81c10bd10f5..572eeab06f9 100644 --- a/mono/mini/optflags-def.h +++ b/mono/mini/optflags-def.h @@ -20,4 +20,6 @@ OPTFLAG(ABCREM ,18, "abcrem", "Array bound checks removal") 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(SSE2 ,23, "sse2", "SSE2 instructions on x86") +OPTFLAG(GSHARED ,24, "gshared", "Share generics") +OPTFLAG(SIMD ,25, "simd", "Simd intrinsics")