From 95868fa4570b51c835728c247f2dcfebb6644a91 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 28 Jul 2013 08:57:47 -0700 Subject: Do not use std_ prefix for fma, fmax, or fmin --- pocl/pocl-compat.h | 7 ------- 1 file changed, 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 static B bitcast(A a) -- cgit v1.1