Benjamin Taubmann Fri, 13 May 2016 09:31:03 -0700
Adding the CPU to the blacklist in sysdeps/x86_64/multiarch/init-arch.c
seems to solve the problem for me. 196c196 < (model == 86 && stepping <= 2))) --- > (model == 86 && stepping <= 2) || (model == 94 && stepping == 3) ))