Skip to content

Commit

Permalink
Update comments for CRYPTOPP_DISABLE_ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Oct 2, 2023
1 parent 121014b commit 49fef81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config_asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
#include "config_cpu.h"
#include "config_ver.h"

// Define this to disable ASM, intrinsics and built-ins. The library will be
// compiled using C++ only. The library code will not include SSE2 (and
// above), NEON, Aarch32, Aarch64, or Altivec (and above). Note the compiler
// may use higher ISAs depending on compiler options, but the library will not
// explicitly use the ISAs. When disabling ASM, it is best to do it from
// config.h to ensure the library and all programs share the setting.
// Define this to disable ASM, intrinsics and built-ins. The library code will
// not explicitly include SSE2 (and above), NEON, Aarch32, Aarch64, or Altivec
// (and above). Note the compiler may use higher ISAs depending on compiler
// options, but the library will not explicitly use the ISAs. When disabling ASM,
// it is best to do it from config_asm.h to ensure the library and all programs
// share the setting.
// #define CRYPTOPP_DISABLE_ASM 1

// https://github.com/weidai11/cryptopp/issues/719
Expand Down

0 comments on commit 49fef81

Please sign in to comment.