< prev index next >

src/java.desktop/share/native/libmlib_image/mlib_ImageDivTables.h

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 31,49 **** extern "C" { #endif /* __cplusplus */ #ifdef __DIV_TABLE_DEFINED - #ifdef __SUNPRO_C - #pragma align 64 (mlib_div6_tab) - #pragma align 64 (mlib_div1_tab) - #pragma align 64 (mlib_HSL2RGB_L2) - #pragma align 64 (mlib_HSL2RGB_F) - #pragma align 64 (mlib_U82F32) - #pragma align 64 (mlib_FlipAndFixRotateTable) - #endif /* __SUNPRO_C */ - const mlib_u16 mlib_div6_tab[]; const mlib_u16 mlib_div1_tab[]; const mlib_f32 mlib_HSL2RGB_L2[]; const mlib_f32 mlib_HSL2RGB_F[]; const mlib_f32 mlib_U82F32[]; --- 31,40 ----
< prev index next >