diff --git a/rocclr/compiler/lib/utils/OPTIONS.def b/rocclr/compiler/lib/utils/OPTIONS.def index 36166481e1..976898cc88 100644 --- a/rocclr/compiler/lib/utils/OPTIONS.def +++ b/rocclr/compiler/lib/utils/OPTIONS.def @@ -560,12 +560,12 @@ OPTION(OT_UINT32, \ "Set loop unroll count to for all loops") // -unroll-threshold= : loop unroll threshold -// default is 100. +// default is 200. OPTION(OT_UINT32, \ OA_RUNTIME|OVIS_SUPPORT|OVA_REQUIRED|OA_SEPARATOR_EQUAL, \ "unroll-threshold", NULL, \ LUThreshold, \ - 100, 0, 0x3FFFFFFF, NULL, \ + 200, 0, 0x3FFFFFFF, NULL, \ "Set loop unroll threshold to for all loops") // -unroll-allow-partial : allow partial unroll