mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-23 12:29:56 +00:00
8238002: Better matrix operations
Reviewed-by: serb, erikj, mschoene, rhalade
This commit is contained in:
parent
e1e8e1806a
commit
494ee24fe5
@ -371,6 +371,13 @@ else
|
||||
BUILD_LIBLCMS_INCLUDE_FILES :=
|
||||
endif
|
||||
|
||||
ifeq ($(TOOLCHAIN_TYPE), clang)
|
||||
ifeq ($(TOOLCHAIN_VERSION), 10.1)
|
||||
# Work around an optimizer bug seen with Xcode 10.1, but fixed by 10.3
|
||||
BUILD_LIBLCMS_cmsopt.c_CFLAGS := -O0
|
||||
endif
|
||||
endif
|
||||
|
||||
$(eval $(call SetupJdkLibrary, BUILD_LIBLCMS, \
|
||||
NAME := lcms, \
|
||||
INCLUDE_FILES := $(BUILD_LIBLCMS_INCLUDE_FILES), \
|
||||
|
@ -1443,7 +1443,7 @@ int WriteNamedColorCRD(cmsIOHANDLER* m, cmsHPROFILE hNamedColor, cmsUInt32Number
|
||||
cmsUInt32Number i, nColors, nColorant;
|
||||
cmsUInt32Number OutputFormat;
|
||||
char ColorName[cmsMAX_PATH];
|
||||
char Colorant[128];
|
||||
char Colorant[512];
|
||||
cmsNAMEDCOLORLIST* NamedColorList;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user