Weiyi Wang 786995a81e Common/Bitfield: store value as unsigned type
Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift
2018-11-16 15:49:57 +01:00
..
2018-07-07 14:17:44 +02:00
2018-10-02 15:30:48 +02:00
2018-10-02 16:04:10 +02:00
2018-09-07 11:54:51 +05:30
2018-09-07 11:54:51 +05:30
2016-12-05 19:09:16 +01:00
2018-09-22 23:27:42 +02:00
2018-07-29 15:24:41 +02:00