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

__SAn_BOOL doesn't work with unsigned types in host emulation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-8702
    • Hide
      C7000_1.4.0.LTS
      C7000_2.0.0.STS*
      Show
      C7000_1.4.0.LTS C7000_2.0.0.STS*
    • Hide
      C7000_1.4.3.LTS*
      C7000_2.0.0.STS*
      Show
      C7000_1.4.3.LTS* C7000_2.0.0.STS*
    • default
    • Use the equivalent signed type with __SAn_BOOL(). For example, instead of __SA0_BOOL(uchar4), use __SA0_BOOL(char4).

      The streaming address generator's boolean vector interface does not work with unsigned types in host emulation, but does with cl7x. An invocation of __SA0_BOOL(uchar4) or similar will not compile under host emulation.

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

              Created:
              Updated:
              Resolved: