$ make [ 3%] Building CXX object CMakeFiles/randomx.dir/src/aes_hash.cpp.o In file included from /home/eureka/RandomX/src/aes_hash.cpp:29: In file included from /home/eureka/RandomX/src/soft_aes.h:32: /home/eureka/RandomX/src/intrin_portable.h:213:20: error: call to 'vec_splats' is ambiguous 213 | { return (__m128i) vec_splats (scalar); } | ^~~~~~~~~~ /usr/lib/clang/21/include/altivec.h:14737:51: note: candidate function 14737 | static __inline__ vector signed char __ATTRS_o_ai vec_splats(signed char __a) { | ^ /usr/lib/clang/21/include/altivec.h:14742:1: note: candidate function 14742 | vec_splats(unsigned char __a) { | ^ /usr/lib/clang/21/include/altivec.h:14746:45: note: candidate function 14746 | static __inline__ vector short __ATTRS_o_ai vec_splats(short __a) { | ^ /usr/lib/clang/21/include/altivec.h:14751:1: note: candidate function 14751 | vec_splats(unsigned short __a) { | ^ /usr/lib/clang/21/include/altivec.h:14755:43: note: candidate function 14755 | static __inline__ vector int __ATTRS_o_ai vec_splats(int __a) { | ^ /usr/lib/clang/21/include/altivec.h:14760:1: note: candidate function 14760 | vec_splats(unsigned int __a) { | ^ /usr/lib/clang/21/include/altivec.h:14766:1: note: candidate function 14766 | vec_splats(signed long long __a) { | ^ /usr/lib/clang/21/include/altivec.h:14771:1: note: candidate function 14771 | vec_splats(unsigned long long __a) { | ^ /usr/lib/clang/21/include/altivec.h:14778:1: note: candidate function 14778 | vec_splats(signed __int128 __a) { | ^ /usr/lib/clang/21/include/altivec.h:14783:1: note: candidate function 14783 | vec_splats(unsigned __int128 __a) { | ^ /usr/lib/clang/21/include/altivec.h:14789:46: note: candidate function 14789 | static __inline__ vector double __ATTRS_o_ai vec_splats(double __a) { | ^ /usr/lib/clang/21/include/altivec.h:14794:45: note: candidate function 14794 | static __inline__ vector float __ATTRS_o_ai vec_splats(float __a) { | ^