Skip to content

Commit

Permalink
M119 final?
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Dec 29, 2023
1 parent 4e6edb3 commit 10c9aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion other/CrOS/v8/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ config("toolchain") {
# Increase the initial stack size. The default is 1MB, this is 2MB. This
# applies only to executables and shared libraries produced by V8 since
# ldflags are not pushed to dependants.
cflags += [ "/O2", "/arch:SSE3" ]
cflags += [ "/O2", "-msse4.1" ]
ldflags += [ "/STACK:2097152" ]
}
if (is_linux || is_chromeos) {
Expand Down
2 changes: 1 addition & 1 deletion src/media/base/media_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ BASE_FEATURE(kVaapiVideoEncodeLinux,
base::FEATURE_ENABLED_BY_DEFAULT);

// Ignore the non-intel driver blacklist for VaapiVideoDecoder implementations.
// Intended for manual usage only in order to guage the status of newer driver
// Intended for manual usage only in order to gauge the status of newer driver
// implementations.
BASE_FEATURE(kVaapiIgnoreDriverChecks,
"VaapiIgnoreDriverChecks",
Expand Down

0 comments on commit 10c9aeb

Please sign in to comment.