Christoffer Lerno
Christoffer Lerno
So basically this is a very simple implementation. It tries to map existing instructions in a regular grammar to the existing *text* representation that Clang then passes to its assembler....
Yes... I don't have a good answer for you. How does it work with Clang if you add asm that's not in the feature set? I think it should probably...
Where can I look at this?
All right! Because of the state of inline asm, I feel it's ok if you want to do a partial pull request with a subset of it working if you...
We could discuss it on the discord if you want.
If you have some asm with branches you'd like to run, let me know and I'll add the labels. Will you be using the inline asm for what you do?
This is complete now, isn't it?
I guess CI. Or you just enable it for Win/Linux and let me do the MacOS implementation
What's the status?
Go Modules work like this: 1. Build file contains required library versions: e.g. 2.5.7 2. First number is major version number and is considered incompatible (basically a different module completely)...