Sometimes BE is build on a machine with SIMD instruction such as AVX2. But the BE binary will be copied to a machine without AVX2. It will crashed without any error message. This PR will check the required SIMD instructions and print error messages during startup.