Go to file
Jan Vesely 96591b6202 powr: Use denormal path only
It's OK to either flush to 0 or return denormal result if the device
does not support denormals. See sec 7.2 and 7.5.3 of OCL specs
Fixes CTS on carrizo and turks.
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewer: Aaron Watry <awatry@gmail.com>

llvm-svn: 330207
2018-04-17 19:35:32 +00:00
clang [Sema] Warn about memcpy'ing non-trivial C structs. 2018-04-17 19:13:41 +00:00
clang-tools-extra [clangd] Fix "fail to create file URI" warnings in FileIndexTest. 2018-04-17 08:34:50 +00:00
compiler-rt [sanitizer] Remove low-hanging-fruit dead code 2018-04-17 14:54:50 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc powr: Use denormal path only 2018-04-17 19:35:32 +00:00
libcxx support: add missing locale stubs for android L, M 2018-04-13 18:14:57 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI. 2018-04-17 01:54:34 +00:00
lldb Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
llgo
llvm [X86] Add separate scheduling class for PSADBW instruction. 2018-04-17 19:35:19 +00:00
openmp Set the license header for all OMPT files 2018-04-12 17:23:26 +00:00
parallel-libs
polly [NewPM] Update pass registration for the LLVM plugin interface 2018-04-17 07:59:46 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.