clickingbuttons

Results 46 comments of clickingbuttons

I may be mistaken, but I don't see a 16 bit target on the [tier list](https://ziglang.org/download/0.12.0/release-notes.html#Tier-System). Additionally, Linux doesn't support 16 bit CPUs. You'll have to use a fork like...

Regardless of whether its done implicitly or explicitly (I'd much prefer explicit) this design leads to `@byteSwap`s on every field access. That's generally the same cost as an `add` or...

> Unless you use values in arithmetic operations This is where you are mistaken. Every load and store MUST potentially `@byteSwap`. What do you expect the following code to print...

I understand you want a `le`/`be` tagged integer type for the purpose of the compiler ensuring you remember to cast from/to native integer types. Having implemented big endian network protocols...

CI failure is a flake: ``` error: unable to delete 'C:\Users\ci\george7\_work\zig\zig\build-release\zig-local-cache/tmp/843458e4f7f0c691': AccessDenied ```

No problem, just been a couple weeks and I'm eager to get a good TLS server upstreamed. Enjoy your vacation!

@jedisct1 Did you forget? ;)

Fixed merge conflicts but didn't test since I have to rebuild LLVM.

Where'd you go @jedisct1 ? :)