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

Incorrect calculations in loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-587
    • SDSCM00046156
    • C6000_7.4.0B1
    • C6000_7.4.4
    • Hide
      Move the auto-initialised array out of the loop, or add dummy array
      elements to make it larger than a candidate vector, or add "#pragma
      UNROLL(1)" to inhibit vectorisation, or compile at -o1 or -o0.
      Show
      Move the auto-initialised array out of the loop, or add dummy array elements to make it larger than a candidate vector, or add "#pragma UNROLL(1)" to inhibit vectorisation, or compile at -o1 or -o0.

      Incorrect calculations in loop

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

              Created:
              Updated:
              Resolved: