cneg32 function

int cneg32(
  1. int x
)

Implementation

int cneg32(int x) => neg32(clip32(x));