google/cpu_features

cpuinfo_ppc.h includes internal header

zhsj opened this issue · 1 comments

zhsj commented

#include "internal/hwcaps.h"

However this internal file is not installed by cmake.

Mizux commented

to add here if I'm not wrong

elseif(PROCESSOR_IS_POWER)
list(APPEND ${HDRS_LIST_NAME} ${PROJECT_SOURCE_DIR}/include/cpuinfo_ppc.h)
list(APPEND ${SRCS_LIST_NAME} ${PROJECT_SOURCE_DIR}/src/cpuinfo_ppc.c)