VCOP Host Emulation: VCMPGE_EXPR functions not inline

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-687
    • SDSCM00047464
    • ARP32_1.0.0
    • ARP32_1.0.2
    • Hide
      In vcop.h, find the VCMPGE_EXPR class, and change the following declarations:
            
      element_t compare(int i);
      void load(VECTOR &dst);

      To the following:
      inline element_t compare(int i);
      inline void load(VECTOR &dst);
      Show
      In vcop.h, find the VCMPGE_EXPR class, and change the following declarations:        element_t compare(int i); void load(VECTOR &dst); To the following: inline element_t compare(int i); inline void load(VECTOR &dst);

      VCOP Host Emulation: VCMPGE_EXPR functions not inline

            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-577 - VCOP Host Emulation: VCMPGE_EXPR fu...
                SYNCHRONIZED
                • Last Sync Date: