noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 68 forks source link

*_armv4.S files don't depend on NEON #80

Closed AdrianBunk closed 2 years ago

AdrianBunk commented 2 years ago

@davesteele This should address the root cause of https://github.com/cryfs/cryfs/issues/408#issuecomment-1061895209

davesteele commented 2 years ago

armel is building now, using a cryptopp patch and updated build instructions, using the guidance of https://github.com/cryfs/cryfs/issues/408#issuecomment-1061961302

AdrianBunk commented 2 years ago

armel is building now, using a cryptopp patch and updated build instructions, using the guidance of cryfs/cryfs#408 (comment)

My change fixes the root cause of the https://github.com/davesteele/cryfs/commit/c2af574dab55d535d44d956b300332a056dd1ca0 workaround.