x -= y * z replaced with __parallel_mpy_add_f32

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-1073
    • SDSCM00051506
    • C2000_6.4.2
    • C2000_6.4.3
    • Hide
      Lower the optimization level to -o0 or -o1.
      Alternatively, changing the statement "x -= y * z" to "volatile float t =
      y * z; x -= t" should also avoid this behavior.
      Show
      Lower the optimization level to -o0 or -o1. Alternatively, changing the statement "x -= y * z" to "volatile float t = y * z; x -= t" should also avoid this behavior.

      x -= y * z replaced with __parallel_mpy_add_f32

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-261 - x -= y * z replaced with __parallel...
                SYNCHRONIZED
                • Last Sync Date: