Skip to content

vector_algorithms.cpp: return; missing in __std_bitset_to_string_1 / _2 #4371

@AlexGuteniev

Description

@AlexGuteniev

The fallback is only needed for ARM64EC and _Use_sse2() == false modes.
It should not be active code path normally.

_Dest[_Ix] = _Tmpd[_Ix];
}
}
}
#endif // !defined(_M_ARM64EC)
const auto _Arr = reinterpret_cast<const uint8_t*>(_Src);
for (size_t _Ix = 0; _Ix < _Size_bits; ++_Ix) {
_Dest[_Size_bits - 1 - _Ix] = ((_Arr[_Ix >> 3] >> (_Ix & 7)) & 1) != 0 ? _Elem1 : _Elem0;
}
}

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