Revert "xset= can be called on a list and a hash-table"
[sbcl.git] / tools-for-build / avx2.c
blobb16956fb23abbcb891e1cbdfbc296791f7ca6139
1 int main () {
2 __builtin_cpu_init();
3 return __builtin_cpu_supports("avx2") != 0;