Skip to content
Snippets Groups Projects
Commit 9dff8f4c authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Code formatting

parent abce7331
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ __attribute__((always_inline)) INLINE static void kernel_deval( ...@@ -252,7 +252,7 @@ __attribute__((always_inline)) INLINE static void kernel_deval(
//#if kernel_ivals == 1 //#if kernel_ivals == 1
///* Only one branch in this case */ ///* Only one branch in this case */
//const float *const coeffs = &kernel_coeffs[0]; // const float *const coeffs = &kernel_coeffs[0];
//#else //#else
/* Pick the correct branch of the kernel */ /* Pick the correct branch of the kernel */
const int temp = (int)(x * kernel_ivals_f); const int temp = (int)(x * kernel_ivals_f);
...@@ -290,7 +290,7 @@ __attribute__((always_inline)) INLINE static void kernel_eval( ...@@ -290,7 +290,7 @@ __attribute__((always_inline)) INLINE static void kernel_eval(
//#if kernel_ivals == 1 //#if kernel_ivals == 1
///* Only one branch in this case */ ///* Only one branch in this case */
//const float *const coeffs = &kernel_coeffs[0]; // const float *const coeffs = &kernel_coeffs[0];
//#else //#else
/* Pick the correct branch of the kernel */ /* Pick the correct branch of the kernel */
const int temp = (int)(x * kernel_ivals_f); const int temp = (int)(x * kernel_ivals_f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment