Go to file
Jan Vesely 4c59714a52 Make min follow the OCL 1.0 specs
OpenCL 1.0: "Returns y if y < x, otherwise it returns x. If x *and* y
are infinite or NaN, the return values are undefined."

OpenCL 1.1+: "Returns y if y < x, otherwise it returns x. If x *or* y
are infinite or NaN, the return values are undefined."

The 1.0 version is stricter so use that one.

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 276704
2016-07-25 22:36:22 +00:00
clang [Sema][ObjC] Compute the nullability of a conditional expression based 2016-07-25 21:58:19 +00:00
clang-tools-extra [Clang-rename] Remove custom version, fix extra space in error message. 2016-07-25 20:30:13 +00:00
compiler-rt Revert "Enable cross-compilation across architectures on android" 2016-07-25 20:25:38 +00:00
debuginfo-tests
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Remove use of C++1z static assert in C++11 test 2016-07-25 04:56:32 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind [libunwind][ARM] Add support for Thumb1 targets 2016-07-25 09:21:56 +00:00
lld Do not pass InputFile to reportDiscarded(). 2016-07-25 22:26:28 +00:00
lldb Remove some tab characters that snuck in to my mnost recent edits. 2016-07-22 22:26:26 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm Attempt to pacify windows bots, again. 2016-07-25 22:29:04 +00:00
openmp Replace enum types in variadic functions by build-in types. 2016-07-22 16:05:35 +00:00
parallel-libs Add .clang-format to parallel-libs 2016-07-20 17:49:55 +00:00
polly GPGPU: Load GPU kernels 2016-07-25 16:31:21 +00:00