jeffdaily / parasail

Pairwise Sequence Alignment Library
Other
241 stars 34 forks source link

detection of AVX512 #80

Open changchengx opened 4 years ago

changchengx commented 4 years ago

https://github.com/jeffdaily/parasail/blob/master/src/cpuid.c#L91 It should be (0x3 << 5), right?

jeffdaily commented 3 years ago

Not sure. But it doesn't really matter since I never got around to fully implementing AVX512 support.