mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
remove min max macros (#1310)
* remove the MIN and MAX macros and use the std versions instead * fix formatting * fix Arm build * remove additional MIN and MAX macros from compat.h
This commit is contained in:
@@ -107,7 +107,7 @@ int test_unary_op( cl_command_queue queue, cl_context context, OpKonstants which
|
||||
// For sub ops, the min control value is 2. Otherwise, it's 0
|
||||
controlData[ i ] |= 0x02;
|
||||
else if( whichOp == kIncrement )
|
||||
// For addition ops, the MAX control value is 1. Otherwise, it's 3
|
||||
// For addition ops, the max control value is 1. Otherwise, it's 3
|
||||
controlData[ i ] &= ~0x02;
|
||||
}
|
||||
streams[1] = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR,
|
||||
|
||||
Reference in New Issue
Block a user