Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerPC code needs to be fixed #246

Closed
barracuda156 opened this issue May 27, 2024 · 1 comment
Closed

PowerPC code needs to be fixed #246

barracuda156 opened this issue May 27, 2024 · 1 comment

Comments

@barracuda156
Copy link

As noted in #234 arch detection for PowerPC does not work correctly, but then even that is fixed, the code itself does not work:

(gdb) run
Starting program: /opt/local/bin/cpufetch 
Reading symbols for shared libraries ++. done

Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/operand.
0x00008060 in get_cpu_info ()

The functional CPU detection for PowerPC is used in OpenBLAS, maybe that could be borrowed.

Otherwise use sysctl like for aarch64 here.

@Dr-Noob
Copy link
Owner

Dr-Noob commented Jul 3, 2024

Thanks for the feedback, but let's discuss this on the original issue (#234).

@Dr-Noob Dr-Noob closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants