Fix CPU_COUNT check for FreeBSD 13.1+ (#77867)
authorThefrank <1910378+Thefrank@users.noreply.github.com>
Wed, 11 Jan 2023 10:29:31 +0000 (02:29 -0800)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 10:29:31 +0000 (11:29 +0100)
HAVE_GNU_CPU_COUNT has always incorrectly failed for FreeBSD.

This has not been an issue until FreeBSD 13.1 with its addition of `sched_getaffinity` and `sched_setaffinity`.


No differences found