commit | 28388d2e3f64c0829f7f2c717045bc29b27e3a4b | [log] [tgz] |
---|---|---|
author | Nico Weber <thakis@chromium.org> | Wed May 08 20:41:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 08 20:41:26 2024 |
tree | a8afb5490da0c892c272875eced08751606c39a8 | |
parent | d0ee85fda173ca9032cff1dfc9d5af3cea078a9f [diff] |
base: Remove redundant __asm from cpu_unittest.cc We haven't supported MSVC in a long time. We can just use the same __asm__() on Windows that we use elsewhere. No behavior change. Bug: none Change-Id: I7ae064a0e5936becf040358f3b7daa51af491122 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5526998 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: James Zern <jzern@google.com> Commit-Queue: James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/main@{#1298335}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.