You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw in the repo README that C3 can compile to "Win32 x64". Does this mean that it can generate 32 and 64 bits binaries and libraries? Or only 64 bits ones?
The text was updated successfully, but these errors were encountered:
Only the x64 ones. Theoretically one could get the 32 bit going, but it's so hard to test it and there is such limited interest in it, that it seems like a waste spending time supporting it right now.
Only the x64 ones. Theoretically one could get the 32 bit going, but it's so hard to test it and there is such limited interest in it, that it seems like a waste spending time supporting it right now.
Limited interest? What about old C and C++ code made for 32 bits that could be ported to C3?
I am not sure I understand the scenario. Are you porting code to run on 32 bit computers?
No, I mean code that was originally in 32 bits, and to compile it in 32 bits with C3 to not change its functionality (and not make it eat more resources).
This is certainly something that eventually could be added, but because of the extra work and testing that would need to go into this it's not a priority. As you might also see, various variants of 32 bit ARM isn't supported either for similar reasons.
I saw in the repo README that C3 can compile to "Win32 x64". Does this mean that it can generate 32 and 64 bits binaries and libraries? Or only 64 bits ones?
The text was updated successfully, but these errors were encountered: