Update README.md

This commit is contained in:
Alexander David Frick 2022-10-14 22:49:54 -05:00 committed by GitHub
parent 8bf4ea9ce1
commit 0a44563938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
## Compiler configs for AVX2 and SSE4
## Compiler configs for AVX2 and SSE3
To build for AVX2, copy the `build` directory in the AVX2 folder over `//chromium/src/build`.
For SSE4, do the same except from the SSE4 folder.
For SSE3, do the same except from the SSE3 folder.
For Polly, run `build_polly.sh` first, and then use the appropriate *BUILD.gn* for your build type from the Polly folder.