Michael LIAO
2380eb8ecc
[Device Function] Fix implementation of __bitinsert_u64
...
- It's a common mistake by assuming 1 << shamt would be promoted to
64-bit, if shamt is a 64-bit integer. That's not the case. Replace
that left shift to a 64-bit one to ensure it won't fall into undefined
behavior.
- Fix the host-side implementation as well for device function testing.
2019-04-30 08:59:13 -04:00
..
2018-09-05 11:48:49 +05:30
2018-03-12 11:29:03 +05:30
2019-04-30 08:59:13 -04:00
2019-02-25 17:03:31 +00:00
2018-03-12 11:29:03 +05:30
2018-10-17 14:32:25 +05:30
2018-03-12 11:29:03 +05:30
2017-02-07 13:15:36 -06:00
2018-12-18 15:48:21 -05:00
2018-03-12 11:29:03 +05:30
2018-03-12 11:29:03 +05:30
2018-03-12 11:29:03 +05:30
2018-03-12 11:29:03 +05:30
2019-04-24 16:50:03 +05:30
2018-03-12 11:29:03 +05:30
2018-06-02 10:58:03 +05:30
2018-09-18 14:10:03 +05:30
2016-01-26 20:14:33 -06:00
2016-03-16 07:04:40 -05:00
2018-10-17 14:32:25 +05:30
2018-03-12 11:29:03 +05:30
2017-11-29 21:49:10 +00:00
2018-03-12 11:29:03 +05:30
2018-08-17 12:14:42 -07:00
2018-03-12 11:29:03 +05:30
2018-03-12 11:29:03 +05:30
2016-04-20 12:25:40 -05:00
2017-11-29 21:49:10 +00:00
2019-03-04 17:20:32 +00:00
2019-03-04 17:20:32 +00:00
2016-03-20 08:08:33 -05:00