Thought some of you may find this handy. I worked with the author of this a bit, my own SIMD noise library inspired him to SIMDify his own, and he expanded on my work and made a much more user friendly version that is even faster:
https://github.com/Auburns/FastNoiseSIMD
It does some nice stuff like runtime detection of the available instruction set, with fallbacks from AVX2->SSE->Scalar automatically.