Niles Salter

Results 58 comments of Niles Salter

> If this were to be a builtin, I would argue that it should remain separate from the `@depositBits` and `@extractBits` operations. This would line-up with the existing pattern of...

https://llvm.org/docs/LangRef.html#masked-vector-expanding-load-and-compressing-store-intrinsics

@flyfish30 That quote was referring to this behavior: > x86_64 has a variant which fills the rest of the vector with values from another source and a variant which fills...

I did my best to track down this problem on my own, and I *believe* the problem stems from this bit of code. However, I don't know the codebase well...

I fixed it!! I'll submit a PR soon! ![image](https://user-images.githubusercontent.com/15217173/85229778-6d25d280-b3b1-11ea-853f-6ec31d01f7d6.png)

Sorry for dropping off the face of the earth. I'm back in the game! My next priority and current goal is to get this PR out this week.

Update: I've been putting a bunch of hours into this, I hope I am almost finished with it now.

Thanks for the tip! I got it to work on my machine. Could we make CE grab the zig version automatically using `zig version`? It would still be nice for...

As far as I know, the best allocator is the one that best suits your particular application's needs. Hence why there are so many projects that have a custom allocator...

It's pretty easy to verify this is the correct implementation btw. Just run this for all possible inputs in Lua 5.4 (and make it so `utf8_char` is always the custom...