3 lines
94 B
PHP
3 lines
94 B
PHP
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_recip(__CLC_GENTYPE val) {
|
|
return 1.0f / val;
|
|
}
|