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

x -= y * z replaced with __parallel_mpy_add_f32

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium 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

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

              Created:
              Updated:
              Resolved: