fix building debian package on systems that don't have avx2

pull/13/head
Jeff Becker 6 years ago
parent bb2754f3d9
commit 1c916e9d0c
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -24,7 +24,6 @@ supports_avx2()
bool
supports_avx2()
{
printf("AVX2 disabled on compile time\n");
return false;
}

Loading…
Cancel
Save