Rate This Document
Findability
Accuracy
Completeness
Readability

SSE 4.2 Instruction Set Not Supported When Installing ClickHouse on a Kunpeng Server

Symptom

When installing ClickHouse on a server powered by the Kunpeng CPU, a message is displayed stating "SSE 4.2 not supported". See the following figure:

Possible Causes

SSE is an Intel instruction set and is not supported by Kunpeng.

Troubleshooting Procedure

It is recommended to install ClickHouse on the Kunpeng platform by compiling the source code. The Kunpeng DevKit provides the Porting Advisor tool, which helps developers port applications from x86 to Kunpeng with ease. The tool scans for the SSE instructions used by the application code and provides code modification suggestions. For details, see Porting Advisor.