fix: Detection of HW caps and Num Cpus for FreeBSD(R) and OpenBSD(R)#1269
fix: Detection of HW caps and Num Cpus for FreeBSD(R) and OpenBSD(R)#1269Martinfx wants to merge 1 commit intoARM-software:mainfrom
Conversation
|
Hi @Martinfx , Can you sign-off your commit please. We forgot it in the last PR unfortunately. |
|
@Martinfx I also suggest the following commit and pull request title: fix: Detection of HW caps and Num Cpus for FreeBSD(R) and OpenBSD(R) |
d90184d to
97df729
Compare
ok. no problem. |
|
@Martinfx |
5e831a8 to
fad3d65
Compare
2d8057c to
bdadbf6
Compare
|
@gunes-arm |
|
Hi, @gunes-arm , it is ok ? |
| #elif (defined(__APPLE__)) && defined(__aarch64__) | ||
| #include <sys/sysctl.h> | ||
| #include <sys/types.h> | ||
| #elif (defined(__OpenBSD__) || defined(__FreeBSD__)) |
There was a problem hiding this comment.
(defined(__OpenBSD__) || defined(__FreeBSD__)) && defined(__aarch64__)
Signed-off-by: Martin Filla <freebsd@sysctl.cz>
20a4498 to
d9f0a9c
Compare
gunes-arm
left a comment
There was a problem hiding this comment.
I guess there is one more remaining comment to be addressed: https://github.com/ARM-software/ComputeLibrary/pull/1269/changes#r3044146937
Yes. I reacted for comment: The problem with aarch64 is here #1274. Is amd64 support? |
No description provided.