summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-11 13:20:29 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-11 13:20:29 -0500
commit8cc24aa9c08d0e779568785ed61959215f16585f (patch)
tree0b4cbceef50b51524cd17eb423185eae49a1e158
parenta49ff560e7e442f75b779b01ebab137cee0ae253 (diff)
downloadcryptopp-git-8cc24aa9c08d0e779568785ed61959215f16585f.tar.gz
Update head notes in ppc-simd.cpp
-rw-r--r--ppc-simd.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ppc-simd.cpp b/ppc-simd.cpp
index 3440404c..b2db77e3 100644
--- a/ppc-simd.cpp
+++ b/ppc-simd.cpp
@@ -14,8 +14,9 @@
// TODO: Bob Wilkinson reported we are misdetecting CRYPTOPP_POWER8_AVAILABLE.
// The problem is, the updated compiler supports them but the down-level
-// assembler and linker do not. We will probably need to fix that through
-// the makefile, similar to the way x86 AES and SHA is handled. Another
+// assembler and linker do not. We will probably need to fix it through
+// the makefile, similar to the way x86 AES and SHA are handled. For the time
+// being CRYPTOPP_DISABLE_POWER8 will have to be applied manually. Another
// twist is, we don't have access to a test machine and it must be fixed
// for two compilers (IBM XL C/C++ and GCC). Ugh...