summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/floor.h
blob: 2337d35caae624cdf60f7fce8ae5ff725a9c62f1 (plain)
1
2
3
4
5
6
#undef floor
#define floor __clc_floor

#define __CLC_FUNCTION __clc_floor
#define __CLC_INTRINSIC "llvm.floor"
#include <clc/math/unary_intrin.inc>