mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: add missing highway defines for IBM i
This was added for AIX but should have included IBM i as well. PR-URL: https://github.com/nodejs/node/pull/58335 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
@@ -2291,7 +2291,7 @@
|
||||
['v8_target_arch=="s390x"', {
|
||||
'defines': ['HWY_BROKEN_EMU128=0',],
|
||||
}],
|
||||
['OS == "aix"', {
|
||||
['OS in "aix os400"', {
|
||||
'defines': ['HWY_BROKEN_EMU128=0',],
|
||||
}],
|
||||
['v8_target_arch=="arm" and arm_version==7', {
|
||||
|
||||
Reference in New Issue
Block a user