float b=1;

float a= ~~~~


if(a<=0)

b=-1;



이거를 


a=~~~~ * FLT_MAX

clamp(a,-1,1)


gpu에서 if문 안쓰려고 하는데 저런 꼼수 통할까요