~mmach/netext73/isl

« back to all changes in this revision

Viewing changes to test_inputs/codegen/omega/stride3-0.c

  • Committer: mmach
  • Date: 2019-05-14 07:37:06 UTC
  • Revision ID: netbit73@gmail.com-20190514073706-nt6iq2m3597se19c
0.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
for (int c0 = 3; c0 <= n; c0 += 32)
2
 
  for (int c1 = c0; c1 <= min(n, c0 + 31); c1 += 1)
3
 
    s0(c0, c1);