https://github.com/halide/Halide
Revision 4790b3d2660ec0163f61fd1c14836c01741556c1 authored by Andrew Adams on 29 June 2016, 17:05:05 UTC, committed by Andrew Adams on 29 June 2016, 17:05:05 UTC
This catches an apparent codegen bug in hexagon. select on a comparison
of a narrow type to mux between two wider types sometimes adds an extra
high bit somewhere. E.g. you get 511 as an output instead of 255.


Former-commit-id: 3af9af1a531336b812ff04af113949d1ba719b94
1 parent 04fb9f4
History
Tip revision: 4790b3d2660ec0163f61fd1c14836c01741556c1 authored by Andrew Adams on 29 June 2016, 17:05:05 UTC
Expand test_logical to demonstrate hvx bug
Tip revision: 4790b3d
File Mode Size
apps
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.4 KB
.gitignore -rw-r--r-- 6.9 KB
.travis.yml -rw-r--r-- 2.1 KB
CMakeLists.txt -rw-r--r-- 7.5 KB
Doxyfile.in -rw-r--r-- 64.3 KB
HalideGenerator.cmake -rw-r--r-- 6.5 KB
LICENSE.txt -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 50.3 KB
README.md -rw-r--r-- 17.4 KB

README.md

back to top