Hi,
This patch implement ACLE intrinsic with poly128_t newly introduced. Because of Clang and LLVM limits(quite a lot of APIs about i128 doesn't exist), the LLVM intrinsic is defined on v16i8 instead of i128. This is a work around solution, but in current framework, it is the simplest way to get poly128_t supported. Please review. Thanks.