Fixed several libmvec bugs found during testing on KNL hardware.
commit99017161354321845d11dce4fcd3abfebc5dd0d5
authorAndrew Senkevich <andrew.senkevich@intel.com>
Fri, 24 Jul 2015 11:47:23 +0000 (24 14:47 +0300)
committerAndrew Senkevich <andrew.senkevich@intel.com>
Fri, 24 Jul 2015 11:47:23 +0000 (24 14:47 +0300)
tree50c62fe44aef915a84b1eb5fb0ad787e39f5a210
parent3bcea719ddd6ce399d7bccb492c40af77d216e42
Fixed several libmvec bugs found during testing on KNL hardware.

AVX512 IFUNC implementations, implementations of wrappers to
AVX2 versions and KNL expf implementation fixed.

    * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
    * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
    * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
    * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
    * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
    implementation.
16 files changed:
ChangeLog
sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S
sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S
sysdeps/x86_64/fpu/svml_d_wrapper_impl.h
sysdeps/x86_64/fpu/svml_s_wrapper_impl.h