Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-7577

After unrolling loop, compiler ignores the iterations left over

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-1022
    • SDSCM00051346
    • C6000_7.4.0B1
    • C6000_7.4.13
    • Hide
      Use "#pragma UNROLL(1)" to inhibit unrolling, or compile with -o1 or
      -o0. In at least some cases, using -ms1 or greater, or -mf2 or less,
      will also inhibit unrolling in a way that avoids the problem.
      Show
      Use "#pragma UNROLL(1)" to inhibit unrolling, or compile with -o1 or -o0. In at least some cases, using -ms1 or greater, or -mf2 or less, will also inhibit unrolling in a way that avoids the problem.

      After unrolling loop, compiler ignores the iterations left over

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: