Skip to content

Commit

Permalink
Note initial AArch64 support.
Browse files Browse the repository at this point in the history
Resolves #33.

PiperOrigin-RevId: 356580095
Change-Id: I4336a6670d35331948a1af8f0cd28603b84aafcf
  • Loading branch information
ckennelly authored and copybara-github committed Feb 9, 2021
1 parent af7cb4d commit ba2db39
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,26 @@ Architecture, Specific Compiler, and Standard Library implementation.

\* We test on gcc 9.2, though gcc versions (which support C++17) prior to that
release should also work.

**Best Effort**

<table width="80%">
<col width="360">
<col width="120">
<tbody>
<tr>
<th>Operating System</th>
<th>Endianness/Word Size</th>
<th>Processor Architectures</th>
<th>Compilers*</th>
<th>Standard Libraries</th>
</tr>
<tr>
<td>Linux</td>
<td>little-endian, 64-bit</td>
<td>AArch64</td>
<td>gcc 9.2+<br/>clang 9.0+</td>
<td>libstdc++<br/>libc++</td>
</tr>
</tbody>
</table>

0 comments on commit ba2db39

Please sign in to comment.