vorner / slipstream

Nudging the compiler to auto-vectorize things
Apache License 2.0
71 stars 4 forks source link

Use const generics #5

Closed vorner closed 1 year ago

vorner commented 3 years ago

The MVP const generics are coming Real Soon. They might be easier for the compiler to work with than the GenericArray thing (and for humans too), so it might make sense to try switching over to them.

vorner commented 3 years ago

The constgen branch contains the ported code. It's waiting there for 1.51 to make it stable.

The code is simpler, but the compiler doesn't seem to generate a fast code more often.

HadrienG2 commented 1 year ago

I think this is now covered and can be closed?

vorner commented 1 year ago

You're right, thanks for pointing it out.