Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1468)

Unified Diff: src/assembler.h

Issue 2719953002: Add Int32x4 Wasm Simd Binops, compare ops, select (Closed)
Patch Set: Rebase again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index d744d89ab4b6e064cd68283294bd25a1c6b80650..c240cc183307cbd7e3db663c1b415a0fc4a68d8d 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -241,7 +241,7 @@ class CpuFeatures : public AllStatic {
static inline bool SupportsCrankshaft();
- static inline bool SupportsSimd128();
+ static inline bool SupportsWasmSimd128();
static inline unsigned icache_line_size() {
DCHECK(icache_line_size_ != 0);

Powered by Google App Engine
This is Rietveld 408576698