Files
clang-p2996/libclc/generic/include/clc/math/copysign.h
Tom Stellard d8a73abfc3 Fix implementation of copysign
This was previously implemented with a macro and we were using
__builtin_copysign(), which takes double inputs for the float
version of copysign().

Reviewed-and-Tested-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 217045
2014-09-03 15:55:38 +00:00

3 lines
75 B
C

#define __CLC_BODY <clc/math/copysign.inc>
#include <clc/math/gentype.inc>