summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
diff options
context:
space:
mode:
authorTanzinul Islam <tanzislam@users.noreply.github.com>2018-12-23 13:49:39 +0000
committerJeffrey Walton <noloader@gmail.com>2018-12-23 08:49:39 -0500
commitb5142e044ff1befc396686a6968e977234896c08 (patch)
treee7078ccbcf412c4a21bd6f3678b226d4ced0bd02 /cryptlib.vcxproj.filters
parentfc87f8666af83178954d51e8fde4d3e650540c71 (diff)
downloadcryptopp-git-b5142e044ff1befc396686a6968e977234896c08.tar.gz
Use SSE2 intrinsics header in sse_simd.cpp only if needed (#759)
Embarcadero C++Builder v10.3 [has a bug](https://quality.embarcadero.com/browse/RSP-22883) where its old Intel intrinsics headers try to use retired Clang builtins and fail to compile. In devising a workaround with `-DCRYPTOPP_DISABLE_ASM`, I found that `sse_simd.cpp` includes `<emmintrin.h>` even when its code doesn't need the intrinsics. With this patch, `-DCRYPTOPP_DISABLE_ASM` will be a sufficient workaround because `CRYPTOPP_SSE2_INTRIN_AVAILABLE` is derived from it in `config.h`.
Diffstat (limited to 'cryptlib.vcxproj.filters')
0 files changed, 0 insertions, 0 deletions