search for: libppc_power7_la

Displaying 1 result from an estimated 1 matches for "libppc_power7_la".

2019 Oct 24
2
Failed PPC64 compile when using Power7 loads and stores?
...le figuring out a compile failure on ppc64le. The failure is at https://travis-ci.org/noloader/cryptopp-autotools/jobs/602187190 . The message is: /bin/bash ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DCRYPTOPP_DISABLE_POWER8 -pipe -mcpu=power7 -mvsx -maltivec -g -O2 -MT libppc_power7_la-ppc_power7.lo -MD -MP -MF .deps/libppc_power7_la-ppc_power7.Tpo -c -o libppc_power7_la-ppc_power7.lo `test -f 'ppc_power7.cpp' || echo './'`ppc_power7.cpp ppc_power7.cpp:71:21: error: use of undeclared identifier 'vec_xl' vec_xst(vec_xl(0, (__vector unsigned int...