Skip to content

Commit b0b14f4

Browse files
authored
Change comments to C style for compatibility
1 parent 3a1b1b7 commit b0b14f4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

param.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,22 +1454,22 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14541454

14551455
#define SGEMM_DEFAULT_P 768
14561456
#define SGEMM_DEFAULT_R sgemm_r
1457-
//#define SGEMM_DEFAULT_R 1024
1457+
/*#define SGEMM_DEFAULT_R 1024*/
14581458

14591459
#define DGEMM_DEFAULT_P 512
14601460
#define DGEMM_DEFAULT_R dgemm_r
1461-
//#define DGEMM_DEFAULT_R 1024
1461+
/*#define DGEMM_DEFAULT_R 1024*/
14621462

14631463
#define QGEMM_DEFAULT_P 504
14641464
#define QGEMM_DEFAULT_R qgemm_r
14651465

14661466
#define CGEMM_DEFAULT_P 768
14671467
#define CGEMM_DEFAULT_R cgemm_r
1468-
//#define CGEMM_DEFAULT_R 1024
1468+
/*#define CGEMM_DEFAULT_R 1024*/
14691469

14701470
#define ZGEMM_DEFAULT_P 512
14711471
#define ZGEMM_DEFAULT_R zgemm_r
1472-
//#define ZGEMM_DEFAULT_R 1024
1472+
/*#define ZGEMM_DEFAULT_R 1024*/
14731473

14741474
#define XGEMM_DEFAULT_P 252
14751475
#define XGEMM_DEFAULT_R xgemm_r
@@ -2571,7 +2571,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25712571
#endif
25722572

25732573
#ifdef LOONGSON3A
2574-
////Copy from SICORTEX
2574+
/*Copy from SICORTEX*/
25752575
#define SNUMOPT 2
25762576
#define DNUMOPT 2
25772577

@@ -2863,7 +2863,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28632863
#define SYMV_P 16
28642864
#endif
28652865

2866-
// Common ARMv8 parameters
2866+
/* Common ARMv8 parameters */
28672867
#if defined(ARMV8)
28682868

28692869
#define SNUMOPT 2
@@ -3066,7 +3066,7 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
30663066
#define CGEMM_DEFAULT_R 4096
30673067
#define ZGEMM_DEFAULT_R 4096
30683068

3069-
#else // Other/undetected ARMv8 cores
3069+
#else /* Other/undetected ARMv8 cores */
30703070

30713071
#define SGEMM_DEFAULT_UNROLL_M 16
30723072
#define SGEMM_DEFAULT_UNROLL_N 4
@@ -3095,9 +3095,9 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
30953095
#define CGEMM_DEFAULT_R 4096
30963096
#define ZGEMM_DEFAULT_R 4096
30973097

3098-
#endif // Cores
3098+
#endif /* Cores */
30993099

3100-
#endif // ARMv8
3100+
#endif /* ARMv8 */
31013101

31023102
#if defined(ARMV5)
31033103
#define SNUMOPT 2

0 commit comments

Comments
 (0)