AVX-512 optimizations

I was reading this article:

and could really make use of the bit_count() function for 512 bits.

I use AMD cpus with these instructions so my hardware supports them.

Is there a way in Crystal and/or LLVM to do this?

1 Like

Since 2014?