buildroot/package/cryptopp
Fabrice Fontaine d0339905fc package/cryptopp: disable altivec if needed
Fix the following build failure raised since commit
bf4cf9de83:

blake2s_simd.cpp:715:8: error: 'uint32x4_p' does not name a type; did you mean 'uint32_t'?
  715 | inline uint32x4_p VecLoad32(const T* p)
      |        ^~~~~~~~~~
      |        uint32_t

Fixes:
 - http://autobuild.buildroot.org/results/9e9f8559b12b8e2cf99cfab435fa7dd5796bbcd5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-02-13 16:21:03 +01:00
..
0001-GNUmakefile-add-missing-shared-library-symlink.patch package/cryptopp: add a target variant 2022-01-07 23:28:05 +01:00
Config.in package/cryptopp: needs C++ 2022-02-05 18:26:59 +01:00
cryptopp.hash
cryptopp.mk package/cryptopp: disable altivec if needed 2022-02-13 16:21:03 +01:00