The OpenCL relational functions now call their CLC counterparts, and the CLC relational functions are defined identically to how the OpenCL functions were defined. As usual, clspv and spir-v targets bypass these. No observable changes to any libclc target (measured with llvm-diff).
8 lines
165 B
Common Lisp
8 lines
165 B
Common Lisp
#include <clc/clc.h>
|
|
#include <clc/relational/clc_isordered.h>
|
|
|
|
#define FUNCTION isordered
|
|
#define __CLC_BODY "binary_def.inc"
|
|
|
|
#include <clc/relational/floatn.inc>
|