Skip to content

Commit 71911be

Browse files
mhdawsongibfahn
authored andcommitted
doc: clarify arch support for power platforms
Add specifics as to the level of hardware supported for power platforms. Power 8 is the first processor level to support ppc little endian. Set the minimum level for AIX to Power7 for Node version 8 and later. This will allow the potential to leverage new instructions and optimizations going forward. We have spoken to the AIX team and they agree this makes sense. Earlier processor levels will continue to be supported for version 4.x and 6.x on AIX. PR-URL: #12679 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent b2c7a51 commit 71911be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Support is divided into three tiers:
4040
| Windows | Tier 1 | >= Windows 7 or >= Windows2008R2 | x86, x64 | |
4141
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |
4242
| FreeBSD | Tier 2 | >= 10 | x64 | |
43-
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le | |
44-
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be | |
43+
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |
44+
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | |
4545
| GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
4646
| macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
4747
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |

0 commit comments

Comments
 (0)