C2000 float to int intrinsics matching error

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-3580
    • Hide
      C2000_15.12.0.LTS
       C2000_6.4.0B1
       C2000_16.9.0.LTS
      Show
      C2000_15.12.0.LTS  C2000_6.4.0B1  C2000_16.9.0.LTS
    • Hide
      C2000_17.9.0.STS
       C2000_15.12.7.LTS
      Show
      C2000_17.9.0.STS  C2000_15.12.7.LTS
    • Hide
      Assign the result to the same signedness as the conversion and subsequently cast it to the other:

        unsigned int x = __f32toui16r(f);
        int y = x;

        int y = __f32toi16r(f);
        unsigned int x = y;
      Show
      Assign the result to the same signedness as the conversion and subsequently cast it to the other:   unsigned int x = __f32toui16r(f);   int y = x;   int y = __f32toi16r(f);   unsigned int x = y;
    • The following intrinsics fail to match depending on whether the result is assigned to a signed or unsigned int. Conversion to un...

      C2000 float to int intrinsics matching error

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-894 - C2000 float to int intrinsics match...
                SYNCHRONIZED
                • Last Sync Date: