forked from OSchip/llvm-project
nextafter: Use binary_decl_tt.inc instead of custom inc file.
Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 356026
This commit is contained in:
parent
e438b58cd0
commit
5b0600c277
|
@ -1,2 +1,7 @@
|
|||
#define __CLC_BODY <clc/math/nextafter.inc>
|
||||
#define __CLC_FUNCTION nextafter
|
||||
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
|
||||
|
||||
#include <clc/math/gentype.inc>
|
||||
|
||||
#undef __CLC_BODY
|
||||
#undef __CLC_FUNCTION
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE nextafter(__CLC_GENTYPE a, __CLC_GENTYPE b);
|
Loading…
Reference in New Issue