intel / ARM_NEON_2_x86_SSE

The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430 stars 149 forks source link

Clang doesn't support the __artificial__ attribute #32

Closed rosbif closed 4 years ago

rosbif commented 4 years ago

Clang doesn't support the artificial attribute. This generates a heap of warnings like "warning: unknown attribute 'artificial' ignored [-Wunknown-attributes]". (Gcc does accept this attribute.) I have clang version 6.0.0-1ubuntu2 from Ubuntu 18.04.3 LTS. Remark: the double underscores are interpreted as bold type once I submit my post.