blob: 540c2840e883dbeb5c3d3c8b2c114b9dbbd60577 [file] [log] [blame] [edit]
;; RUN: not wasm-opt --enable-simd %s 2>&1 | filecheck %s
;; CHECK: SIMD ternary operation requires additional features, on
;; CHECK: [--enable-fp16]
(module
(func $fp16 (param v128 v128 v128)
(f16x8.madd (local.get 0) (local.get 1) (local.get 2))
)
)