rt compiles and runs both ispc and cuda version

This commit is contained in:
Evghenii
2014-01-05 12:57:23 +01:00
parent 4fa7f98074
commit 6c0d5a3334
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,11 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if 1
typedef int bool_t;
#else
typedef bool bool_t;
#endif
typedef float<3> float3;
#if 0