Skip to content

Commit

Permalink
Fixed unused variable error
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658034183
  • Loading branch information
Misha Gutman authored and xnnpack-bot committed Jul 31, 2024
1 parent d25d603 commit fe5ea87
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u128_acc2(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u128_acc3(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u128_acc4(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u128(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u32(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u64_acc2(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u64(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u96_acc2(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u96_acc3(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u96(
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->hvx_rr2_p5.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->hvx_rr2_p5.magic_bias);
Expand Down
1 change: 0 additions & 1 deletion src/f32-raddstoreexpminusmax/hvx-rr2-p5.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void xnn_f32_raddstoreexpminusmax_ukernel__hvx_rr2_p5_u${BATCH_TILE}${"" if ACCU
assert(output != NULL);
assert(sum != NULL);

XNN_SIMD_CONST_F32(vindex_mask, INT32_C(0x3F));
const HVX_Vector vi_max = xnn_set1_f32(*max);
const HVX_Vector vlog2e = xnn_set1_f32(params->${PARAMS_STRUCT}.log2e);
const HVX_Vector vmagic_bias = xnn_set1_f32(params->${PARAMS_STRUCT}.magic_bias);
Expand Down

0 comments on commit fe5ea87

Please sign in to comment.