[vectorapi] laneHelper and withLaneHelper should be ForceInline

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: None
    • Component/s: core-libs
    • b16

      Vector::lane and Vector::withLane call into laneHelper and withLaneHelper so that the index argument can be a constant passing to VectorSupport::extract and VectorSupport::insert. Failure to inline these will make Vector::lane and Vector::withLane not able to be intrinsified properly. As a result, it is preferable to make these methods ForceInline.

            Assignee:
            Ian Graves
            Reporter:
            Quan Anh Mai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: