
Mostly ported from amd_builtins, uses only denormal path for fp32. Passes CTS on carrizo and turks Reviewer: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 327818
7 lines
154 B
Common Lisp
7 lines
154 B
Common Lisp
#include <clc/clc.h>
|
|
#include <math/clc_remainder.h>
|
|
|
|
#define __CLC_FUNC remainder
|
|
#define __CLC_BODY <clc_sw_binary.inc>
|
|
#include <clc/math/gentype.inc>
|