-
Notifications
You must be signed in to change notification settings - Fork 262
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
Fails on FreeBSD: error: "Unsupported fallback detection of SSE OS support." #158
Comments
cpu_features/src/cpuinfo_x86.c Lines 1230 to 1274 in bc2846e
@yurivict Do you know which functions/implementation we could use to support SSE detection on a FreeBSD OS ? |
First it means we must detect FreeBSD OS here cpu_features/include/cpu_features_macros.h Lines 70 to 85 in 3e8243b
note: https://docs.freebsd.org/en/books/porters-handbook/porting-dads/#porting-versions |
You can detect FreeBSD with #if defined(__FreeBSD__)
#endif |
First step to fixing #158 : add a CI for FreeBSD.
The text was updated successfully, but these errors were encountered: