summaryrefslogtreecommitdiff
path: root/speck.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-27 01:57:33 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-27 01:57:33 -0400
commit5ea410c1d33e4201c24e52b343110b90a3d9f85e (patch)
treef0f4fc21e198c2e4003c8f3068051744229c7dca /speck.h
parentf165d1822d7c2cc02c89d6afbc976b2ac78c2b43 (diff)
downloadcryptopp-git-5ea410c1d33e4201c24e52b343110b90a3d9f85e.tar.gz
Update comments
Diffstat (limited to 'speck.h')
-rw-r--r--speck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/speck.h b/speck.h
index 211ee683..a81498f4 100644
--- a/speck.h
+++ b/speck.h
@@ -25,7 +25,8 @@
# define CRYPTOPP_SPECK128_ADVANCED_PROCESS_BLOCKS 1
#endif
-// Yet another SunStudio/SunCC workaround
+// Yet another SunStudio/SunCC workaround. Failed self tests
+// in SSE code paths on i386 for SunStudio 12.3 and below.
#if defined(__SUNPRO_CC)
# undef CRYPTOPP_SPECK64_ADVANCED_PROCESS_BLOCKS
# undef CRYPTOPP_SPECK128_ADVANCED_PROCESS_BLOCKS