Skip to content

Commit 5621164

Browse files
abmusseV8 LUCI CQ
authored andcommitted
[highway] fix compilation on aix
This fixes the compilation for aix. Use emulation until aix support is upstreamed into highway. Change-Id: Ib2a7dce95e0306609a3a4a13ae4af8f795ed193c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6204803 Reviewed-by: Anton Bikineev <[email protected]> Reviewed-by: Michael Lippautz <[email protected]> Commit-Queue: Anton Bikineev <[email protected]> Cr-Commit-Position: refs/heads/main@{#98408}
1 parent 16733cc commit 5621164

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

third_party/highway/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ config("libhwy_external_config") {
2929
# Start using `-march=z14 -mzvector` once ready.
3030
defines += [ "HWY_BROKEN_EMU128=0" ]
3131
}
32+
if (current_os == "aix") {
33+
# enable emulation until highway aix support is ready.
34+
defines += [ "HWY_BROKEN_EMU128=0" ]
35+
}
3236
}
3337

3438
source_set("libhwy") {

0 commit comments

Comments
 (0)