Use GHC.Conc.Sync.getNumProcessors instead of C (#8590)
The C call is almost exactly the same as GHC.Conc.Sync.getNumProcessors, and we used the C function from GHC, so there should be no actual difference.
Please register or sign in to comment
The C call is almost exactly the same as GHC.Conc.Sync.getNumProcessors, and we used the C function from GHC, so there should be no actual difference.