We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ffefc commit 2cdb55dCopy full SHA for 2cdb55d
1 file changed
platforms/aix_ppc64.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+<platform>
3
+ <char_bit>8</char_bit>
4
+ <default-sign>unsigned</default-sign>
5
+ <sizeof>
6
+ <short>2</short>
7
+ <int>4</int>
8
+ <long>8</long>
9
+ <long-long>8</long-long>
10
+ <float>4</float>
11
+ <double>8</double>
12
+ <long-double>8</long-double>
13
+ <pointer>8</pointer>
14
+ <size_t>8</size_t>
15
+ <wchar_t>2</wchar_t>
16
+ </sizeof>
17
+</platform>
0 commit comments