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 |