Helehex

Results 69 comments of Helehex

i remember doing this for some of my internal collections, and something about the AnyRegType stuff going on meant that i ended up removing it for now, but i dont...

could we do a `@nonmaterializable` struct around `pop.array` right now?

i was thinking the same thing, but they can be separate to avoid bitwise ambiguity

I was about to try adding `any`/`all` functions, but my Internet connection just died, so if anyone wants something todo edit: I did it anyway, but can't open the pr...

I thought there was something else that should get done before `any`/`all`, but I can't remember now

i'd prefer a top level alias like `alias Mask = SIMD[DType.bool, _]`, but that doesn't work right now (https://github.com/modularml/mojo/issues/1842) getting rid of the default value for the simd `size` parameter...

I was just gonna copy over my naïve lookup table, but maybe i should do it a little better