Skip to content

<xutility>: Consider enabling unsized memchr optimization after solving it for ARM64 #2866

Description

DevCom-1615707 is Fixed - Pending Release.
This means we can remove this workaround:

if constexpr (sizeof(_Iter_value_t<_It>) == 1 && _Is_sized /* TRANSITION, DevCom-1615707 */) {

This should allow optimizing unsized ranges search when vector algorithms are not enabled. This may be helpful for non-x86.

But the other ARM-specific bug should be taken care of - see https://github.com/microsoft/STL/pull/2434/files#r839094547

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedSomething works now, yay!performanceMust go faster

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions