Chromium Code Reviews

Unified Diff: third_party/qcms/README.chromium

Issue 1142203002: qcms: Silence __force_align_arg_pointer__ warning on Armv8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/qcms/src/transform.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/README.chromium
diff --git a/third_party/qcms/README.chromium b/third_party/qcms/README.chromium
index 3548a0f40e161063d7d8e67f16c61a4f3ac2d1e8..b2d6c015ab6428bcf903568424c5b36e19c0f765 100644
--- a/third_party/qcms/README.chromium
+++ b/third_party/qcms/README.chromium
@@ -27,7 +27,7 @@ The following changes have been made since qcms was imported:
- Do not short-circuit bogus profile check for A2B0 or B2A0 unless v4 enabled.
- Only reference code from transform-sse1.c and transform-sse2.c when SSE is
enabled.
- - Do not use an x86-only attribute on ARM or MIPS.
+ - Limit the use an x86-only attribute to 32-bit x86 builds.
Noel Gordon 2015/05/26 07:49:33 add a bug reference, see the other entries in this
- Fix integer truncation warning/errors on Win64 build.
- Apply upstream thread safety (fix) patch from
- https://bugzilla.mozilla.org/show_bug.cgi?id=853169
« no previous file with comments | « no previous file | third_party/qcms/src/transform.c » ('j') | no next file with comments »

Powered by Google App Engine