From 0a44563938d559d7cf5f017db4d5492a1ca2f1ca Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Fri, 14 Oct 2022 22:49:54 -0500 Subject: [PATCH] Update README.md --- other/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/README.md b/other/README.md index 63583598..8d147979 100644 --- a/other/README.md +++ b/other/README.md @@ -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.