From 105ea86e93002e9c759c32ddd86883a70ea91654 Mon Sep 17 00:00:00 2001 From: redianthus Date: Tue, 21 Jul 2026 14:16:37 +0200 Subject: [PATCH] Owi now supports SIMD: https://github.com/OCamlPro/owi/issues/1016 --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index cc814362..c781d398 100644 --- a/features.json +++ b/features.json @@ -730,7 +730,7 @@ "relaxedSimd": false, "saturatedFloatToInt": true, "signExtensions": true, - "simd": false, + "simd": true, "stackSwitching": false, "threads": false, "typedFunctionReferences": true,