From 41b926366f98e76b7fbae9c261e542db7001f926 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Fri, 16 May 2025 23:29:12 -0500 Subject: [PATCH] tools: add missing highway defines for IBM i MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson --- tools/v8_gypfiles/v8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 8e3f015dff..694bc21be5 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -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', {