xref: /aosp_15_r20/external/pdfium/third_party/lcms/0028-do-not-quickfloor.patch (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
1*3ac0a46fSAndroid Build Coastguard Workerdiff --git a/third_party/lcms/include/lcms2.h b/third_party/lcms/include/lcms2.h
2*3ac0a46fSAndroid Build Coastguard Workerindex 739e6e1f8..c84a4fd93 100644
3*3ac0a46fSAndroid Build Coastguard Worker--- a/third_party/lcms/include/lcms2.h
4*3ac0a46fSAndroid Build Coastguard Worker+++ b/third_party/lcms/include/lcms2.h
5*3ac0a46fSAndroid Build Coastguard Worker@@ -38,7 +38,7 @@
6*3ac0a46fSAndroid Build Coastguard Worker // #define CMS_DONT_USE_INT64        1
7*3ac0a46fSAndroid Build Coastguard Worker
8*3ac0a46fSAndroid Build Coastguard Worker // Uncomment this if your compiler doesn't work with fast floor function
9*3ac0a46fSAndroid Build Coastguard Worker-// #define CMS_DONT_USE_FAST_FLOOR 1
10*3ac0a46fSAndroid Build Coastguard Worker+#define CMS_DONT_USE_FAST_FLOOR 1
11*3ac0a46fSAndroid Build Coastguard Worker
12*3ac0a46fSAndroid Build Coastguard Worker // Uncomment this line if you want lcms to use the black point tag in profile,
13*3ac0a46fSAndroid Build Coastguard Worker // if commented, lcms will compute the black point by its own.
14