FastNoiseSIMD icon indicating copy to clipboard operation
FastNoiseSIMD copied to clipboard

Use fallback for PPC64 and s390x

Open QuLogic opened this issue 5 years ago • 3 comments

There is no SSE2 on PPC64, and no other optimized version is implemented yet.

Fixes #22.

QuLogic avatar Jul 20 '18 09:07 QuLogic

Also, added fallback cpuid for s390x, which has no optimized form written yet either.

QuLogic avatar Jul 20 '18 21:07 QuLogic

The scalar version runs so slowly, I'm not sure there's any need for this

Auburn avatar Jul 24 '18 08:07 Auburn

It might be slow, but at least it compiles.

QuLogic avatar Jul 24 '18 09:07 QuLogic