I am writing some code with dispatch_async
and get different results on an iphone 4s and ipad 1st gen.
I am wondering if it is due to the number of cores the CPU has. Is it possible to detect the number of cores or CPU type of an iOS device at runtime so I can dispatch_async
on the 4s, but not on the ipad?