Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@AlexGuteniev

Description

@AlexGuteniev

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

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