linbin icon indicating copy to clipboard operation
linbin copied to clipboard

Clang does not recognise gcc-style vector builtin functions

Open hktonylee opened this issue 8 years ago • 0 comments

In particular, the file linear-sentinel-simd.h contains GCC specific __builtin functions like __builtin_ia32_pcmpgtd128 and __builtin_ia32_packsswb128. They fail to compile in Xcode 9 because clang does not support them (Ref 1)

hktonylee avatar Oct 10 '17 01:10 hktonylee