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

_swap2 documented as intrinsic in compiler manual but is a macro in c6x.h

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed
    • Medium
    • Resolution: Fixed
    • Code Generation Tools
    • CODEGEN-1967
    • C6000_8.1.2
    • C6000_8.2.0
    • Include the c6x.h header to use the macro, or you can use the intrinsic it is defined to.
    • Hide
      This is a documentation error. _swap2 is a macro, not an intrinsic. It is defined in c6x.h, which is in the compiler include directory:
       #define _swap2(src) _packlh2((src), (src))
      Show
      This is a documentation error. _swap2 is a macro, not an intrinsic. It is defined in c6x.h, which is in the compiler include directory:  #define _swap2(src) _packlh2((src), (src))

    Description

      _swap2 documented as intrinsic in compiler manual but is a macro in c6x.h

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: