Atomic APIs should only be available on C7100 and C7120

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-12546
    • Hide
      C7000_5.0.0.LTS
      C7000_3.1.0.LTS
      C7000_4.1.0.LTS
      Show
      C7000_5.0.0.LTS C7000_3.1.0.LTS C7000_4.1.0.LTS
    • Hide
      C7000_5.0.1.LTS*
      C7000_4.1.2.LTS*
      C7000_6.0.0.LTS*
      Show
      C7000_5.0.1.LTS* C7000_4.1.2.LTS* C7000_6.0.0.LTS*
    • default

      Atomic operations require cache coherence, which is only available on C7100 and C7120. The following APIs should not be available on other C7000 versions:

      int  __atomic_swap(int*, int, int);            /* ASW */
      long __atomic_swap(long*, long, long);         /* ASD */
      int  __atomic_compare_swap(int*, int, int);    /* CASW */
      long __atomic_compare_swap(long*, long, long); /* CASD */
      

            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-5426 - Atomic APIs should only be availabl...
                SYNCHRONIZED
                • Last Sync Date: