Add platform files for Cray SV1: example platform featuring sizeof int>4

This commit is contained in:
amai 2018-02-21 20:11:59 +01:00
parent 1d14919649
commit 4a46690990
1 changed files with 17 additions and 0 deletions

17
platforms/cray_sv1.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<platform>
<char_bit>8</char_bit>
<default-sign>unsigned</default-sign>
<sizeof>
<short>2</short>
<int>8</int>
<long>8</long>
<long-long>8</long-long>
<float>8</float>
<double>8</double>
<long-double>16</long-double>
<pointer>8</pointer>
<size_t>8</size_t>
<wchar_t>8</wchar_t>
</sizeof>
</platform>