[clang] [llvm] [WebAssembly] Add intrinsics to wasm_simd128.h for all FP16 instructions (PR #106465)

Dan Gohman via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 10:59:48 PDT 2024


sunfishcode wrote:

Would it make sense to put these declarations behind `#ifdef __wasm_fp16__` so that they aren't declared if fp16 support isn't enabled?

https://github.com/llvm/llvm-project/pull/106465


More information about the cfe-commits mailing list