Skip to content

Commit 41b9263

Browse files
authored
tools: add missing highway defines for IBM i
This was added for AIX but should have included IBM i as well. PR-URL: #58335 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent e1ab0d1 commit 41b9263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@
22912291
['v8_target_arch=="s390x"', {
22922292
'defines': ['HWY_BROKEN_EMU128=0',],
22932293
}],
2294-
['OS == "aix"', {
2294+
['OS in "aix os400"', {
22952295
'defines': ['HWY_BROKEN_EMU128=0',],
22962296
}],
22972297
['v8_target_arch=="arm" and arm_version==7', {

0 commit comments

Comments
 (0)