diff options
-rw-r--r-- | pocl/pocl-compat.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pocl/pocl-compat.h b/pocl/pocl-compat.h index 658a724..10dc281 100644 --- a/pocl/pocl-compat.h +++ b/pocl/pocl-compat.h @@ -105,13 +105,6 @@ struct pair_double16 { double16 lo, hi; }; -// Define default implementations -#define _cl_fma _cl_std_fma -#define _cl_fmax _cl_std_fmax -#define _cl_fmin _cl_std_fmin - - - // Generic conversion function template<typename A, typename B> static B bitcast(A a) |