From: Vitaly Chikunov Date: Thu, 17 Sep 2020 22:47:27 +0000 (+0300) Subject: Provide cmake test if alignment requirement is strict X-Git-Tag: v3.0.0~65^2 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=d2810d23a9f30ae885f9bf0783f0847a12972ff3;hp=d2810d23a9f30ae885f9bf0783f0847a12972ff3;p=openssl-gost%2Fengine.git Provide cmake test if alignment requirement is strict This is based on AX_CHECK_ALIGNED_ACCESS_REQUIRED from autoconf-archive. Note, that on some arches unaligned access behavior could be changed at runtime via prctl(1). Also, unaligned memory access is still slower (and very slow on some arches) even if it's not strictly required. ---