From 95a280f70ef529c3c506d628648a96f2d267f4c1 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Thu, 22 Aug 2024 11:21:53 -0700 Subject: [FP16] Add a feature flag for FP16. (#6864) Ensure the "fp16" feature is enabled for FP16 instructions. --- test/lit/help/wasm-split.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/lit/help/wasm-split.test') diff --git a/test/lit/help/wasm-split.test b/test/lit/help/wasm-split.test index bc09796d7..a6074c85d 100644 --- a/test/lit/help/wasm-split.test +++ b/test/lit/help/wasm-split.test @@ -222,6 +222,10 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-shared-everything Disable shared-everything threads ;; CHECK-NEXT: +;; CHECK-NEXT: --enable-fp16 Enable float 16 operations +;; CHECK-NEXT: +;; CHECK-NEXT: --disable-fp16 Disable float 16 operations +;; CHECK-NEXT: ;; CHECK-NEXT: --enable-typed-function-references Deprecated compatibility flag ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-typed-function-references Deprecated compatibility flag -- cgit v1.2.3