Skip to content

Commit

Permalink
Update sgemm_kernel_16x4_skylakex_3.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 3, 2020
1 parent 8932345 commit 456dc04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kernel/x86_64/sgemm_kernel_16x4_skylakex_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#if defined(__apple_build_version__) && __clang_major__ == 11 && __clang_minor__ == 0 && __clang_patchlevel__ == 3
#pragma clang optimize "O2"
#endif


/* %0 = "+r"(a_pointer), %1 = "+r"(b_pointer), %2 = "+r"(c_pointer), %3 = "+r"(ldc_in_bytes), %4 for k_count, %5 for c_store */
/* r10 to assist prefetch, r12 = k << 4(const), r13 = k(const), r14 = b_head_pos(const), r15 = %1 + 3r12 */

Expand Down

0 comments on commit 456dc04

Please sign in to comment.