hg: panama/dev: Windows Support and Linux fix for SVML
shravya.rukmannagari at intel.com
shravya.rukmannagari at intel.com
Sat Aug 11 00:56:22 UTC 2018
Changeset: 3111a0877994
Author: srukmannagar
Date: 2018-08-10 17:49 -0700
URL: http://hg.openjdk.java.net/panama/dev/rev/3111a0877994
Windows Support and Linux fix for SVML
! src/hotspot/os_cpu/linux_x86/svml_d_acos_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_asin_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_atan2_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_atan_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_cbrt_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_cos_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_cosh_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_exp_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_expm1_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_hypot_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_log10_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_log1p_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_log_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_pow_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_sin_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_sinh_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_tan_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_d_tanh_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_acos_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_asin_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_atan2_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_atan_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_cbrt_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_cos_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_cosh_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_exp_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_expm1_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_hypot_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_log10_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_log1p_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_log_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_pow_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_sin_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_sinh_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_tan_linux_x86.s
! src/hotspot/os_cpu/linux_x86/svml_s_tanh_linux_x86.s
! src/hotspot/os_cpu/windows_x86/globals_vectorApiSupport_windows.hpp
+ src/hotspot/os_cpu/windows_x86/svml_d_acos_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_asin_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_atan2_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_atan_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_cbrt_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_cos_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_cosh_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_exp_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_expm1_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_hypot_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_log10_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_log1p_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_log_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_pow_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_sin_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_sinh_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_tan_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_d_tanh_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_acos_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_asin_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_atan2_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_atan_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_cbrt_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_cos_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_cosh_windows_x86.s
- src/hotspot/os_cpu/windows_x86/svml_s_exp_cout_exha.s
- src/hotspot/os_cpu/windows_x86/svml_s_exp_data_exha.s
+ src/hotspot/os_cpu/windows_x86/svml_s_exp_windows_x86.s
- src/hotspot/os_cpu/windows_x86/svml_s_expf4_core_l9ha.s
- src/hotspot/os_cpu/windows_x86/svml_s_expf8_core_l9ha.s
+ src/hotspot/os_cpu/windows_x86/svml_s_expm1_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_hypot_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_log10_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_log1p_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_log_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_pow_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_sin_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_sinh_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_tan_windows_x86.s
+ src/hotspot/os_cpu/windows_x86/svml_s_tanh_windows_x86.s
! src/hotspot/share/utilities/globalDefinitions_vecApi.hpp
More information about the panama-dev
mailing list