testcases/cve/meltdown.c:
#ifdef HAVE_EMMINTRIN_H
#include <emmintrin.h>
And below this ifdef is the assembly code for x86/x86_64.
But emmintrin.h may exist for some non-x86 platforms (such as e2k) as an emulation of Intel SIMD intrinsics. So there's a compilation error here.