cb42354ac3
There is no AVX implementation for x86. Previously on x86 the code checked to see if AVX and MOVBE are available, and if so, then it uses the CLMUL implementation. Otherwise it fell back to the same CLMUL implementation. Thus, there is no reason to check if AVX + MOVBE are enabled on x86. Change-Id: Id4983d5d38d6b3269a40e288bca6cc51d2d13966 Reviewed-on: https://boringssl-review.googlesource.com/13024 Reviewed-by: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <alangley@gmail.com> |
||
---|---|---|
.. | ||
asm | ||
cbc.c | ||
cfb.c | ||
CMakeLists.txt | ||
ctr.c | ||
gcm_test.cc | ||
gcm.c | ||
internal.h | ||
ofb.c | ||
polyval.c |