Merge lp://staging/~schnetter/pocl/main into lp://staging/~pocl/pocl/trunk
Proposed by
Erik Schnetter
Status: | Merged |
---|---|
Merged at revision: | 160 |
Proposed branch: | lp://staging/~schnetter/pocl/main |
Merge into: | lp://staging/~pocl/pocl/trunk |
Diff against target: |
486 lines (+238/-27) 10 files modified
examples/kernel/kernel.c (+1/-1) examples/kernel/test_fabs.cl (+7/-6) examples/kernel/test_hadd.cl (+208/-8) lib/kernel/x86_64/ceil.cl (+3/-1) lib/kernel/x86_64/fabs.cl (+3/-1) lib/kernel/x86_64/floor.cl (+3/-1) lib/kernel/x86_64/max.cl (+4/-1) lib/kernel/x86_64/min.cl (+4/-1) lib/kernel/x86_64/sqrt.cl (+3/-1) tests/testsuite.at (+2/-6) |
To merge this branch: | bzr merge lp://staging/~schnetter/pocl/main |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Pekka Jääskeläinen | Approve | ||
Review via email: mp+89469@code.staging.launchpad.net |
Description of the change
clang version 3.1 (trunk 148489) has several errors corrected. This allows me to re-enable all existing test cases.
To post a comment you must log in.
Merged. Please, in the future, add the LLVM rev number also to the INSTALL file. With the latest rev, Clang crashes when compiling pocl. It seems something more serious is broken in Clang at the moment.