Can we assume/require C99 or higher? #4364
Answered
by
martin-frbg
mseminatore
asked this question in
Q&A
-
I am not sure what the min C compiler support level is for OpenBLAS. I know that C11 is not allowed as a requirement. But can we safely assume C99? In particular I want to know if it is OK to use variadic macros as in the following example:
|
Beta Was this translation helpful? Give feedback.
Answered by
martin-frbg
Dec 10, 2023
Replies: 1 comment
-
I think it should be alright in a MS Windows context, but I'd be more cautious about its use in common code (people stuck with ancient "enterprise" installations of Linux or even dinosaurs running SunOS etc) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mseminatore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should be alright in a MS Windows context, but I'd be more cautious about its use in common code (people stuck with ancient "enterprise" installations of Linux or even dinosaurs running SunOS etc)