Skip to content

Commit 4923bcf

Browse files
authored
Mark Relaxed SIMD as supported on GraalWasm. (#487)
GraalWasm supports the Relaxed SIMD proposal when using the `--wasm.RelaxedSIMD` flag. https://github.com/oracle/graal/blob/master/wasm/CHANGELOG.md#version-2420
1 parent 560ad6e commit 4923bcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@
478478
"multiValue": "22.3",
479479
"mutableGlobals": "21.3",
480480
"referenceTypes": "23.0",
481+
"relaxedSimd": ["flag", "Requires flag `--wasm.RelaxedSIMD=true`"],
481482
"saturatedFloatToInt": "22.3",
482483
"signExtensions": "22.3",
483484
"simd": "24.1",

0 commit comments

Comments
 (0)