Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix max function usage for std::numeric_limits on ARM Win11
Update the code to use the correct max function for std::numeric_limits<uint32_t> in Windows on ARM architecture. Previously, the max function was not correctly utilized, leading to potential issues.
- Loading branch information