v2: fixup constant precision Passes piglit on turks and carrizo. Passes CTS on carrizo Fixes half_tan to pass CTS on carrizo Acked-By: Aaron Watry <awatry@gmail.com> Tested-By: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 322979
8 lines
142 B
Common Lisp
8 lines
142 B
Common Lisp
#include <clc/clc.h>
|
|
|
|
#include <math/clc_tan.h>
|
|
|
|
#define __CLC_FUNC tan
|
|
#define __CLC_BODY <clc_sw_unary.inc>
|
|
#include <clc/math/gentype.inc>
|