You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body = (numbertype != NUMBERTYPE_NONE) ?literaltypes(numbertype, body) : body
190
-
body =literaltypes(int_type, body) #TODO: the size function always returns a 64 bit integer; the following is not performance efficient: body = cast(body, :size, int_type)
191
-
elseifiscpu(package)
192
-
body =add_loop(indices, ranges, body)
193
-
body = (numbertype != NUMBERTYPE_NONE) ?literaltypes(numbertype, body) : body
body = (numbertype != NUMBERTYPE_NONE) ?literaltypes(numbertype, body) : body
372
+
body =literaltypes(int_type, body) #TODO: the size function always returns a 64 bit integer; the following is not performance efficient: body = cast(body, :size, int_type)
373
+
elseifiscpu(package)
374
+
body =add_loop(indices, ranges, body)
375
+
body = (numbertype != NUMBERTYPE_NONE) ?literaltypes(numbertype, body) : body
body = (numbertype != NUMBERTYPE_NONE) ?literaltypes(numbertype, body) : body
297
-
body =literaltypes(int_type, body) #TODO: the size function always returns a 64 bit integer; the following is not performance efficient: body = cast(body, :size, int_type)
298
-
elseifiscpu(package)
299
-
body =add_loop(indices, ranges, body)
300
-
body = (numbertype != NUMBERTYPE_NONE) ?literaltypes(numbertype, body) : body
0 commit comments