lyra2: Translate japanese comments into english (#40)
* Revert "lyra2: fix compilation on japanese windows (#38)"
This reverts commit 30db7d2433.
* Restore comments removed in #38, translate them into English
The original line says "allocate XXXX bytes to adjust for X Warp."
Remove the number from comment since they are trivial
* Translate Japanese comments
@ -274,7 +274,7 @@ void reduceDuplexRowSetup(const int rowIn, const int rowInOut, const int rowOut,
@@ -274,7 +274,7 @@ void reduceDuplexRowSetup(const int rowIn, const int rowInOut, const int rowOut,
ST4S(rowOut, Ncol - i - 1, state1, thread, threads);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
uint2 Data0 = state[0];
uint2 Data1 = state[1];
uint2 Data2 = state[2];
@ -311,7 +311,7 @@ void reduceDuplexRowt(const int rowIn, const int rowInOut, const int rowOut, uin
@@ -311,7 +311,7 @@ void reduceDuplexRowt(const int rowIn, const int rowInOut, const int rowOut, uin
round_lyra(state);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
@ -510,7 +510,7 @@ void reduceDuplexRowSetup(const int rowIn, const int rowInOut, const int rowOut,
@@ -510,7 +510,7 @@ void reduceDuplexRowSetup(const int rowIn, const int rowInOut, const int rowOut,
ST4S(rowOut, Ncol - i - 1, state1, thread, threads);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
uint2 Data0 = state[0];
uint2 Data1 = state[1];
uint2 Data2 = state[2];
@ -547,7 +547,7 @@ void reduceDuplexRowt(const int rowIn, const int rowInOut, const int rowOut, uin
@@ -547,7 +547,7 @@ void reduceDuplexRowt(const int rowIn, const int rowInOut, const int rowOut, uin
round_lyra(state);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
// simultaneously receive data from preceding thread and send data to following thread
uint2 Data0 = state[0];
uint2 Data1 = state[1];
uint2 Data2 = state[2];
@ -649,7 +649,7 @@ void reduceDuplexRowt_8_v2(const int rowIn, const int rowOut, const int rowInOut
@@ -649,7 +649,7 @@ void reduceDuplexRowt_8_v2(const int rowIn, const int rowOut, const int rowInOut
round_lyra(state);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
// simultaneously receive data from preceding thread and send data to following thread
uint2 Data0 = state[0];
uint2 Data1 = state[1];
uint2 Data2 = state[2];
@ -505,7 +505,7 @@ void reduceDuplexRowV50(const int rowIn, const int rowInOut, const int rowOut, u
@@ -505,7 +505,7 @@ void reduceDuplexRowV50(const int rowIn, const int rowInOut, const int rowOut, u
round_lyra(state);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
// simultaneously receive data from preceding thread and send data to following thread
uint2 Data0 = state[0];
uint2 Data1 = state[1];
uint2 Data2 = state[2];
@ -618,7 +618,7 @@ void reduceDuplexRowV50_8_v2(const int rowIn, const int rowOut,const int rowInOu
@@ -618,7 +618,7 @@ void reduceDuplexRowV50_8_v2(const int rowIn, const int rowOut,const int rowInOu
round_lyra(state);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread
// simultaneously receive data from preceding thread and send data to following thread
uint2 Data0 = state[0];
uint2 Data1 = state[1];
uint2 Data2 = state[2];
@ -496,7 +496,7 @@ void reduceDuplexRowV50(const int rowIn, const int rowInOut, const int rowOut, u
@@ -496,7 +496,7 @@ void reduceDuplexRowV50(const int rowIn, const int rowInOut, const int rowOut, u
round_lyra(state);
//一個手前のスレッドからデータを貰う(同時に一個先のスレッドにデータを送る)
// simultaneously receive data from preceding thread and send data to following thread