Function arm_nn_sat_lshift_s16

Function Documentation

static int16_t arm_nn_sat_lshift_s16(int16_t x, int shift)

Saturing left shift for int16_t.

Parameters:
  • x[in] value to be shifted

  • shift[in] number of bits to shift

Returns:

shifted value