2 Mar 2010 01:39
huge memory model, get_lib_suffix missing HUGE
I downloaded the latest version and noticed a small issue with the huge
memory model. the get_lib_suffix routine is missing the HUGE option...
case MODEL_MEDIUM:
if (options.stackAuto)
c = "medium-stack-auto";
else
c = "medium";
break;
case MODEL_LARGE:
if (options.stackAuto)
c = "large-stack-auto";
else
c = "large";
break;
case MODEL_FLAT24:
/* c = "flat24"; */
if (TARGET_IS_DS390)
{
c = "ds390";
}
else if (TARGET_IS_DS400)
{
c = "ds400";
}
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
(Continue reading)
RSS Feed