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

Use of built-in conversion suffixes: _sat, _rte, _rtz, _rtp, _rtn results in compiler error on C7000 compilers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-6931
    • Hide
      C7000_1.4.0.LTS
      C7000_2.0.1.STS
      C7000_1.3.0.STS
      C7000_2.1.0.LTS
      C7000_2.0.0.STS
      C7000_1.2.0.STS
      Show
      C7000_1.4.0.LTS C7000_2.0.1.STS C7000_1.3.0.STS C7000_2.1.0.LTS C7000_2.0.0.STS C7000_1.2.0.STS
    • Hide
      C7000_2.1.2.LTS*
      C7000_1.4.3.LTS*
      C7000_3.0.0.STS
      Show
      C7000_2.1.2.LTS* C7000_1.4.3.LTS* C7000_3.0.0.STS
    • default

      The use of built-in conversion suffixes, _sat, _rte, _rtz, _rtp, _rtn will result in an abnormal compilation failure.

      int4 convert_to_int4_rtn(float4 a)                                               
      {                                                                                
          return convert_int4_rtn(a);                                                  
      }
      

      The compiler should instead emit an error that the conversion suffixes are not supported.

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

              Created:
              Updated:
              Resolved: