C6000: Compiler manual incorrectly states the arguments to _ssub2 intrinsic are unsigned

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium

      The compiler manual states the interface to _ssub2 is ...

      int _ssub2 (unsigned src1, unsigned src2);

      However, the correct interface, which is present in the header file c6x.h, is ...

      int _ssub2(int, int);

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-2330 - C6000: Compiler manual incorrectly ...
                SYNCHRONIZED
                • Last Sync Date: