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

C28 fast int div: reduce unnecessary CPU to FPU MOVs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-6020
    • C2000_18.12.0.LTS
    • Hide
      C2000_19.6.0.STS
       C2000_18.12.2.LTS
      Show
      C2000_19.6.0.STS  C2000_18.12.2.LTS
    • Higher optimization levels, --opt_level=2 or greater, helped to offset this issue.
    • For fast integer division feature, --idiv_support=idiv0, cases involving I64, UI64, I16 and UI16 were loading integer values to FPU registers by first loading to CPU registers, followed by the CPU-to-FPU register moves which add extra delay slots.

      C28 fast int div: reduce unnecessary CPU to FPU MOVs

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

              Created:
              Updated:
              Resolved: