-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Problems compiling with Intel C++ (OneAPI) #3390
Comments
I neglected to mention that version 8.1.0 worked for me just fine. I was trying to upgrade to 9.1.0 and am seeing the above errors. |
@gkthiruvathukal thanks for opening up this issue, I'm running into the exact same on my side 😁. |
@mfuntowicz My pleasure! Thank you for following up. I need this to work for an online resource I am creating for OneAPI. |
What is the |
@vitaut Are you looking for sizeof? Or are you asking something architectural in nature? |
@vitaut Happy to run a minimum viable example to get whatever info you need. |
Either the documentation of the format (is it IEEE754 type and which one) or the output of the program from #3365 (comment) which prints various numeric "limits". |
|
This looks like normal IEEE754 binary128 which is supported. Have you tried building on the latest commit (c039389)? |
@vitaut Will there be be an updated release? |
Yes, we are working on a new release. |
I'm working with Intel's OneAPI compiler and running into a handful of errors when building fmt. The language level supported is C++ 17. This is the 2023.1 release of the Intel tools.
The text was updated successfully, but these errors were encountered: