Dreamtowards/Ethertia
lib/openal-soft/CMakeLists.txt
:441
check_c_source_compiles("#include <arm_neon.h>
int main()
{
int32x4_t ret4 = vdupq_n_s32(0);
return vgetq_lane_s32(ret4, 0);
}" HAVE_NEON_INTRINSICS)