mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
This PR implements the following macros for `sched.h`: - `CPU_ZERO` - `CPU_ISSET` - `CPU_SET` Fixes #124642 --------- Signed-off-by: krishna2803 <kpandey81930@gmail.com>