The scalar float/double function bodies are a direct copy/paste, aside from the removed (optional) code in float function body that requires subnormals. reviewers: jvesely Patch by: Vedran Miletić <rivanvx@gmail.com> llvm-svn: 268766
10 lines
159 B
C
10 lines
159 B
C
#undef erfc
|
|
|
|
#define __CLC_BODY <clc/math/unary_decl.inc>
|
|
#define __CLC_FUNCTION erf
|
|
|
|
#include <clc/math/gentype.inc>
|
|
|
|
#undef __CLC_BODY
|
|
#undef __CLC_FUNCTION
|