schani/linbin

Clang does not recognise gcc-style vector builtin functions

hktonylee opened this issue · 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)