mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
mad: Convert to standard ternary header
Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 356011
This commit is contained in:
parent
09ebdc03fe
commit
4b0b9a727e
@ -1,2 +1,7 @@
|
||||
#define __CLC_BODY <clc/math/mad.inc>
|
||||
#define __CLC_BODY <clc/math/ternary_decl.inc>
|
||||
#define __CLC_FUNCTION mad
|
||||
|
||||
#include <clc/math/gentype.inc>
|
||||
|
||||
#undef __CLC_BODY
|
||||
#undef __CLC_FUNCTION
|
||||
|
@ -1 +0,0 @@
|
||||
_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE mad(__CLC_GENTYPE a, __CLC_GENTYPE b, __CLC_GENTYPE c);
|
Loading…
Reference in New Issue
Block a user