File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
* Missing asm support
41
41
*
42
42
* __GENMASK_U128() depends on _BIT128() which would not work
43
- * in the asm code, as it shifts an 'unsigned __init128 ' data
43
+ * in the asm code, as it shifts an 'unsigned __int128 ' data
44
44
* type instead of direct representation of 128 bit constants
45
45
* such as long and unsigned long. The fundamental problem is
46
46
* that a 128 bit constant will get silently truncated by the
Original file line number Diff line number Diff line change 33
33
* Missing asm support
34
34
*
35
35
* __BIT128() would not work in the asm code, as it shifts an
36
- * 'unsigned __init128 ' data type as direct representation of
36
+ * 'unsigned __int128 ' data type as direct representation of
37
37
* 128 bit constants is not supported in the gcc compiler, as
38
38
* they get silently truncated.
39
39
*
Original file line number Diff line number Diff line change 41
41
* Missing asm support
42
42
*
43
43
* __GENMASK_U128() depends on _BIT128() which would not work
44
- * in the asm code, as it shifts an 'unsigned __init128 ' data
44
+ * in the asm code, as it shifts an 'unsigned __int128 ' data
45
45
* type instead of direct representation of 128 bit constants
46
46
* such as long and unsigned long. The fundamental problem is
47
47
* that a 128 bit constant will get silently truncated by the
Original file line number Diff line number Diff line change 33
33
* Missing asm support
34
34
*
35
35
* __BIT128() would not work in the asm code, as it shifts an
36
- * 'unsigned __init128 ' data type as direct representation of
36
+ * 'unsigned __int128 ' data type as direct representation of
37
37
* 128 bit constants is not supported in the gcc compiler, as
38
38
* they get silently truncated.
39
39
*
You can’t perform that action at this time.
0 commit comments