You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix uint64_t compilation errors and implement >64 CPU support
- Add #include <cstdint> to cpu.h, cpu.cpp, and platform.h.in
- Implement extended CpuSet class supporting >64 CPUs
- Add fast path for <=64 CPUs and extended path for >64 CPUs
- Include necessary headers for std::max, std::vector, memset, etc.
- Fix original code's missing stdint.h includes for uint64_t usage
- Maintain backward compatibility with platform-specific APIs
Fixes#6142
0 commit comments