mmizzle9 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Incorrect identity for unsigned int in cuddp_util.h #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On line 302 of cuddp_util.h, the CUDPP_MIN identity for unsigned ints is
defined as INT_MAX. This is incorrect, as the maximum unsigned integer is
2*INT_MAX, or UINT_MAX. 

Original issue reported on code.google.com by Canadab...@gmail.com on 4 Aug 2009 at 3:23

GoogleCodeExporter commented 8 years ago

Original comment by harr...@gmail.com on 4 Aug 2009 at 9:35

GoogleCodeExporter commented 8 years ago
Issue 34 has been merged into this issue.

Original comment by harr...@gmail.com on 5 Aug 2009 at 11:34

GoogleCodeExporter commented 8 years ago
Issue verified by issue 34.  Easy to fix, will do so soon.  Assigning self.

Original comment by harr...@gmail.com on 5 Aug 2009 at 11:35

GoogleCodeExporter commented 8 years ago
Assigning self.  Fix is easy, will do soon.

Original comment by harr...@gmail.com on 5 Aug 2009 at 11:42

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r9.

Original comment by harr...@gmail.com on 6 Aug 2009 at 8:44