We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24d4b3 commit dbf0628Copy full SHA for dbf0628
ChangeLog.md
@@ -20,6 +20,9 @@ See docs/process.md for more on how version tagging works.
20
21
3.1.74 (in development)
22
-----------------------
23
+- Added support for compiling AVX2 intrinsics, 256-bit wide intrinsic is emulated
24
+ on top of 128-bit Wasm SIMD instruction set. (#23035). Pass `-msimd128 -mavx2`
25
+ to enable targeting AVX2.
26
- The file system was updated to independently track atime, mtime and ctime
27
instead of using the same time for all three. (#22998)
28
- The minimum supported chrome version was bumped from 32 to 33. (#23077)
0 commit comments