Merge branch 'fastfloat:main' into main

This commit is contained in:
HedgehogInTheCPP 2026-01-23 18:48:07 +03:00 committed by GitHub
commit a592697f3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,6 +333,7 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
return false; return false;
} }
} }
return true;
} else { } else {
uint64_t val1{0}, val2{0}; uint64_t val1{0}, val2{0};
uint64_t mask{0}; uint64_t mask{0};
@ -377,6 +378,7 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
return false; return false;
} }
} }
return true;
} else { } else {
uint64_t val1{0}, val2{0}; uint64_t val1{0}, val2{0};
FASTFLOAT_IF_CONSTEXPR17(sizeof(UC) == 1) { FASTFLOAT_IF_CONSTEXPR17(sizeof(UC) == 1) {
@ -429,6 +431,7 @@ fastfloat_strncasecmp(UC const *actual_mixedcase, UC const *expected_lowercase,
return false; return false;
} }
} }
return true;
} else { } else {
uint64_t val1{0}, val2{0}; uint64_t val1{0}, val2{0};
uint64_t mask{0}; uint64_t mask{0};