diff options
author | Erik Schnetter <schnetter@gmail.com> | 2013-07-28 08:57:47 -0700 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2013-07-28 08:57:47 -0700 |
commit | 95868fa4570b51c835728c247f2dcfebb6644a91 (patch) | |
tree | 2e1b859f6f9b71d335e570f785802fec0bb315e0 | |
parent | 040ac916dba3c33b9fa12cd52de7835db37faf47 (diff) | |
download | vecmathlib-95868fa4570b51c835728c247f2dcfebb6644a91.zip vecmathlib-95868fa4570b51c835728c247f2dcfebb6644a91.tar.gz |
Do not use std_ prefix for fma, fmax, or fmin
-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) |