Skip to content

Commit

Permalink
[to-squash] SIMD NF4
Browse files Browse the repository at this point in the history
  • Loading branch information
lamphamsy committed Dec 20, 2018
1 parent 71e24cb commit bfda12f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/simd_nf4.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ inline __uint128_t mul(__uint128_t a, __uint128_t b)
}

inline void add_buf_to_two_bufs_rem(
unsigned n,
__uint128_t* x,
__uint128_t* x_half,
__uint128_t* y)
unsigned,
__uint128_t*,
__uint128_t*,
__uint128_t*)
{
// do nothing
}
Expand All @@ -303,10 +303,10 @@ inline void hadamard_mul_rem(unsigned n, __uint128_t* x, __uint128_t* y)
}

inline void hadamard_mul_doubled_rem(
unsigned n,
__uint128_t* x,
__uint128_t* x_half,
__uint128_t* y)
unsigned,
__uint128_t*,
__uint128_t*,
__uint128_t*)
{
// do nothing
}
Expand Down

0 comments on commit bfda12f

Please sign in to comment.