Skip to content

Commit

Permalink
8295812: Skip the "half float" support in LittleCMS during the build
Browse files Browse the repository at this point in the history
Backport-of: f0a6e71e4d63c9820659f6ff29f94d0476d48b09
  • Loading branch information
mrserb committed Jun 28, 2023
1 parent 3d53b27 commit b8a0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/modules/java.desktop/lib/Awt2dLibraries.gmk
Expand Up @@ -265,7 +265,7 @@ endif
################################################################################

# The fast floor code loses precision.
LCMS_CFLAGS=-DCMS_DONT_USE_FAST_FLOOR
LCMS_CFLAGS=-DCMS_DONT_USE_FAST_FLOOR -DCMS_NO_HALF_SUPPORT

ifeq ($(USE_EXTERNAL_LCMS), true)
# If we're using an external library, we'll just need the wrapper part.
Expand Down

1 comment on commit b8a0a22

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.