Jan Vesely 93af966747 fmod: Port from amd_builtins
Uses only denormal path for fp32.
Passes CTS on carrizo and turks.

v2: whitespace fix

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewer: Aaron Watry <awatry@gmail.com>
llvm-svn: 329433
2018-04-06 17:43:08 +00:00

7 lines
144 B
Common Lisp

#include <clc/clc.h>
#include <math/clc_fmod.h>
#define __CLC_FUNC fmod
#define __CLC_BODY <clc_sw_binary.inc>
#include <clc/math/gentype.inc>