Matt Pharr
|
1ba8d7ef74
|
Fix test that had undefined behavior.
|
2012-05-03 11:11:21 -07:00 |
|
Matt Pharr
|
dac091552d
|
Fix errors in tests for scalar target.
Issue #167.
|
2012-01-31 11:57:12 -08:00 |
|
Matt Pharr
|
0575b1f38d
|
Update run_tests and examples makefile for scalar target.
Fixed a number of tests that didn't handle the programCount == 1
case correctly.
|
2012-01-29 16:22:25 -08:00 |
|
Matt Pharr
|
a3641d7691
|
Convert arrays to pointers in expressions like (a+5)
This was one instance of the C-style array/pointer duality that
was missed the first time around.
|
2011-11-29 17:41:00 -08:00 |
|