Skip to content

Commit d76abfe

Browse files
gengjiawenCommit Bot
authored andcommitted
[wasm-simd][arm64] fix cross compile arm64 on windows
See: nodejs/node#35415 Change-Id: I5d77ae202d4bbfb0971246fe5de9c0ad17c485ff Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2459491 Reviewed-by: Tobias Tebbi <[email protected]> Auto-Submit: Jiawen Geng <[email protected]> Commit-Queue: Tobias Tebbi <[email protected]> Cr-Commit-Position: refs/heads/master@{#70444}
1 parent 2061656 commit d76abfe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/compiler/machine-operator.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ ShiftKind ShiftKindOf(Operator const*) V8_WARN_UNUSED_RESULT;
197197
// makes it easier to detect an overflow. This parameter is ignored on platforms
198198
// like x64 and ia32 where a range overflow does not result in INT_MAX.
199199
enum class TruncateKind { kArchitectureDefault, kSetOverflowToMin };
200+
std::ostream& operator<<(std::ostream& os, TruncateKind kind);
201+
size_t hash_value(TruncateKind kind);
200202

201203
// Interface for building machine-level operators. These operators are
202204
// machine-level but machine-independent and thus define a language suitable

0 commit comments

Comments
 (0)