mark all block comments that need format preserving so that
[openssl.git] / crypto / bn / asm / x86_64-gcc.c
index 7d97c0bedc4a9cf451b3aa90aba98d8c250d9bd1..c6d12f4f81a1613baa1a3199d9eaf62eddf966df 100644 (file)
@@ -2,7 +2,7 @@
 #if !(defined(__GNUC__) && __GNUC__>=2)
 # include "../bn_asm.c"        /* kind of dirty hack for Sun Studio */
 #else
-/*
+/*-
  * x86_64 BIGNUM accelerator version 0.1, December 2002.
  *
  * Implemented by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
@@ -64,7 +64,7 @@
 #undef mul
 #undef mul_add
 
-/*
+/*-
  * "m"(a), "+m"(r)     is the way to favor DirectPath ยต-code;
  * "g"(0)              let the compiler to decide where does it
  *                     want to keep the value of zero;