Changes between Initial Version and Version 1 of Ticket #8048, comment 2
- Timestamp:
- Feb 15, 2013, 5:13:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8048, comment 2
initial v1 1 1 See below: 2 2 3 4 {{{ 3 5 wchan@speech07:/tmp$ cat test.cc 4 6 #include <iostream> … … 16 18 wchan@speech07:/tmp$ nvcc -o test.nvcc test.cc && ./test.nvcc 17 19 __SIZEOF_INT128__ = 16 20 }}} 21