@@ -6300,7 +6300,7 @@ void* __stdcall __std_unique_copy_8(const void* _First, const void* const _Last,
6300
6300
} // extern "C"
6301
6301
6302
6302
namespace {
6303
- namespace __std_bitset_to_string {
6303
+ namespace _Bitset_to_string {
6304
6304
#ifdef _M_ARM64EC
6305
6305
using _Traits_1_avx = void ;
6306
6306
using _Traits_1_sse = void ;
@@ -6450,29 +6450,27 @@ namespace {
6450
6450
}
6451
6451
}
6452
6452
}
6453
- } // namespace __std_bitset_to_string
6453
+ } // namespace _Bitset_to_string
6454
6454
} // unnamed namespace
6455
6455
6456
6456
extern " C" {
6457
6457
6458
- __declspec (noalias) void __stdcall __std_bitset_to_string_1 (
6458
+ __declspec (noalias) void __stdcall _Bitset_to_string_1 (
6459
6459
char * const _Dest, const void * const _Src, const size_t _Size_bits, const char _Elem0, const char _Elem1) noexcept {
6460
- using namespace __std_bitset_to_string ;
6460
+ using namespace _Bitset_to_string ;
6461
6461
_Dispatch<_Traits_1_avx, _Traits_1_sse>(_Dest, _Src, _Size_bits, _Elem0, _Elem1);
6462
6462
}
6463
6463
6464
- __declspec (noalias) void __stdcall __std_bitset_to_string_2 (wchar_t * const _Dest, const void * const _Src,
6464
+ __declspec (noalias) void __stdcall _Bitset_to_string_2 (wchar_t * const _Dest, const void * const _Src,
6465
6465
const size_t _Size_bits, const wchar_t _Elem0, const wchar_t _Elem1) noexcept {
6466
- using namespace __std_bitset_to_string ;
6466
+ using namespace _Bitset_to_string ;
6467
6467
_Dispatch<_Traits_2_avx, _Traits_2_sse>(_Dest, _Src, _Size_bits, _Elem0, _Elem1);
6468
6468
}
6469
6469
6470
6470
} // extern "C"
6471
6471
6472
6472
namespace {
6473
-
6474
- namespace __std_bitset_from_string {
6475
-
6473
+ namespace _Bitset_from_string {
6476
6474
#ifdef _M_ARM64EC
6477
6475
using _Traits_1_avx = void ;
6478
6476
using _Traits_1_sse = void ;
@@ -6704,25 +6702,23 @@ namespace {
6704
6702
return _Fallback (_Dest, _Src, _Size_bytes, _Size_bits, _Size_chars, _Elem0, _Elem1);
6705
6703
}
6706
6704
}
6707
-
6708
- } // namespace __std_bitset_from_string
6709
-
6705
+ } // namespace _Bitset_from_string
6710
6706
} // unnamed namespace
6711
6707
6712
6708
extern " C" {
6713
6709
6714
- __declspec (noalias) bool __stdcall __std_bitset_from_string_1 (void * const _Dest, const char * const _Src,
6710
+ __declspec (noalias) bool __stdcall _Bitset_from_string_1 (void * const _Dest, const char * const _Src,
6715
6711
const size_t _Size_bytes, const size_t _Size_bits, const size_t _Size_chars, const char _Elem0,
6716
6712
const char _Elem1) noexcept {
6717
- using namespace __std_bitset_from_string ;
6713
+ using namespace _Bitset_from_string ;
6718
6714
6719
6715
return _Dispatch<_Traits_1_avx, _Traits_1_sse>(_Dest, _Src, _Size_bytes, _Size_bits, _Size_chars, _Elem0, _Elem1);
6720
6716
}
6721
6717
6722
- __declspec (noalias) bool __stdcall __std_bitset_from_string_2 (void * const _Dest, const wchar_t * const _Src,
6718
+ __declspec (noalias) bool __stdcall _Bitset_from_string_2 (void * const _Dest, const wchar_t * const _Src,
6723
6719
const size_t _Size_bytes, const size_t _Size_bits, const size_t _Size_chars, const wchar_t _Elem0,
6724
6720
const wchar_t _Elem1) noexcept {
6725
- using namespace __std_bitset_from_string ;
6721
+ using namespace _Bitset_from_string ;
6726
6722
6727
6723
return _Dispatch<_Traits_2_avx, _Traits_2_sse>(_Dest, _Src, _Size_bytes, _Size_bits, _Size_chars, _Elem0, _Elem1);
6728
6724
}
0 commit comments