- 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 #6142pull/6185/head