Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update platform.ts to fix isWindowsAVX2 implementation. (#10313)
The isWindowsAVX2 function is not working as expected due to the stdout endwith `\r\n`. So the simple `stdout == "True"` will never true.
- Loading branch information