#include "internal.h" LX_U32 lx__identity_u32(LX_U32 v) { return(v); } LX_S32 lx__identity_s32(LX_S32 v) { return(v); }