summaryrefslogtreecommitdiff
path: root/salsa.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-29 10:15:41 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-29 10:15:41 -0500
commit16ebfa72bf130c4725e652e4d3688d97d3feb0ee (patch)
treeb4b648da8bf29ed0f1468097ebc6f36c2c0e47bf /salsa.h
parent6e829cebeed19d5ec55655ee73de4e9d1e312736 (diff)
downloadcryptopp-git-16ebfa72bf130c4725e652e4d3688d97d3feb0ee.tar.gz
Cleanup comments and whitespace
Diffstat (limited to 'salsa.h')
-rw-r--r--salsa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/salsa.h b/salsa.h
index a491a056..b7b6aa06 100644
--- a/salsa.h
+++ b/salsa.h
@@ -9,8 +9,6 @@
#include "strciphr.h"
#include "secblock.h"
-// TODO: work around GCC 4.8+ issue with SSE2 ASM until the exact details are known
-// and fix is released. Duplicate with "valgrind ./cryptest.exe tv salsa"
// "Inline assembly operands don't work with .intel_syntax", http://llvm.org/bugs/show_bug.cgi?id=24232
#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_INTEL_ASM)
# define CRYPTOPP_DISABLE_SALSA_ASM