Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Dec 1, 2019
1 parent 2eb57a4 commit cd33e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/x86_64/dsymv_L_microk_skylakex-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#define HAVE_KERNEL_4x4 1

#if defined(__clang_patchlevel__ && __clang_major__ == 9 && __clang_minor__ == 0 && __clang_patchlevel__ == 0)
#if defined(__clang_patchlevel__) && __clang_major__ == 9 && __clang_minor__ == 0 && __clang_patchlevel__ == 0
#pragma clang optimize off
#endif

Expand Down Expand Up @@ -161,7 +161,7 @@ static void dsymv_kernel_4x4(BLASLONG from, BLASLONG to, FLOAT **a, FLOAT *x, FL
temp2[3] += half_accum3[0];
}

#if defined(__clang_patchlevel__ && __clang_major__ == 9 && __clang_minor__ == 0 && __clang_patchlevel__ == 0)
#if defined(__clang_patchlevel__) && __clang_major__ == 9 && __clang_minor__ == 0 && __clang_patchlevel__ == 0
#pragma clang optimize on
#endif

Expand Down

0 comments on commit cd33e56

Please sign in to comment.