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
Including this file by default would significantly slow down the compilation for minimal code. Maybe we should let compiler emit __builtin_xxx when xxx is used first time.
I agree, I think _builtin.h being included by default would simplify things a lot. I can't think of many useful programs that won't use multiplication in some form.
Frequently when using the online demo, attempting to assemble the ELVM IR just prints:
It seems to occur anytime multiplication is needed. For example, the code below throws the error above:
This may not just be the online demo but I suspect that it is.
The text was updated successfully, but these errors were encountered: