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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • Code Generation Tools
    • CODEGEN-9813
    • C6000_8.3.12
    • 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);                                                  
      }
      

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

              Created:
              Updated: