Skip to content

Commit

Permalink
fdim: Use binary_decl_tt.inc instead of custom inc file.
Browse files Browse the repository at this point in the history
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely <[email protected]>
llvm-svn: 356027
  • Loading branch information
jvesely committed Mar 13, 2019
1 parent 5b0600c commit e7c0c37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion libclc/generic/include/clc/math/fdim.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
#define __CLC_BODY <clc/math/fdim.inc>
#define __CLC_FUNCTION fdim
#define __CLC_BODY <clc/math/binary_decl_tt.inc>

#include <clc/math/gentype.inc>

#undef __CLC_BODY
#undef __CLC_FUNCTION
1 change: 0 additions & 1 deletion libclc/generic/include/clc/math/fdim.inc

This file was deleted.

0 comments on commit e7c0c37

Please sign in to comment.