X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Foptflags-def.h;h=88a9a2bb9186db9aedf15bfdfd1595d1343433a4;hb=409ad41ab106db65251fec1c8c28e84652f9e8a8;hp=126e9c04c145aec9a380b1239d01719b0c02e313;hpb=1caac3a2ed4fea68ef84a603f44651119497a774;p=mono.git diff --git a/mono/mini/optflags-def.h b/mono/mini/optflags-def.h index 126e9c04c14..88a9a2bb918 100644 --- a/mono/mini/optflags-def.h +++ b/mono/mini/optflags-def.h @@ -22,3 +22,6 @@ 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") +