Zachary Wassall

Results 29 comments of Zachary Wassall

On a related note, I think it would be better if this check was performed before the `WIN32` check. Regardless of the check syntax being correct, `XDG_DATA_HOME` is currently never...

I understand that equates and defines are different constructs and #undefine behavior with equates would be a little funky, but it could still be useful. Whereas the value of defines...

> Any suggestions for an actual solution to telling the assembler that you mean to reequate a label? Some kind of new directive? Like... #undefine? Undefine followed by redefine seems...

Works for me. However, I'll note that I kind of liked the idea that #undefine would catch both equates and preprocessor definitions, so you could remove an external definition you...

@NanoWar Really? I just tried making a simple static assertion macro with that which prints back the failed expression, but I can't seem to get it to work: ``` #define...

I don't actually need this for anything. I'm just reporting it as a bug, which it certainly is.

> I forked this and removed the ICE variabel limitation. 😄 Don't do that. The limitation is in there for a reason. Accesses to any variables after the 85th will...

48-bit bswap fails ``` fatal error: error in backend: unable to legalize instruction: %5:_(s48) = G_BSWAP %0:_ (in function: i48bswap_) PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the...

With this change, I think it would make sense to change the menu keybind for "select" from `2nd` to `enter`. The default `A` keybinding will still allow `2nd` to be...