[clang] [WebAssembly] Add more features to generic CPU config (PR #80923)
Dan Gohman via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 12:49:04 PST 2024
================
@@ -259,6 +259,10 @@ AIX Support
WebAssembly Support
^^^^^^^^^^^^^^^^^^^
+The -mcpu=generic configuration now enables nontrapping-fptoint, multivalue,
+reference-types, and bulk-memory.These proposals are standardized and available
+in all major engines.
----------------
sunfishcode wrote:
Could you also mention that enabling multivalue here just means enabling the language feauture, and not changing the ABI?
https://github.com/llvm/llvm-project/pull/80923
More information about the cfe-commits
mailing list