blob: 0bec35804af9cd6a1cfc00279391aa538bdb5258 [file] [log] [blame] [edit]
#include <clc/utils.h>
#define __CLC_FUNCTION(x) __CLC_CONCAT(__clc_, x)
_CLC_OVERLOAD _CLC_DEF __CLC_INTN FUNCTION(__CLC_FLOATN a) {
return __CLC_FUNCTION(FUNCTION)(a);
}