Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF #18605

Closed

Commits on Feb 23, 2024

  1. 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5ecbc2d View commit details
    Browse the repository at this point in the history
  2. Disable sleef by default

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    46374af View commit details
    Browse the repository at this point in the history
  3. Add a bundled native lib in jdk as a bridge to libsleef

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1ea5f7d View commit details
    Browse the repository at this point in the history
  4. Address review comments in build system

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    85398fa View commit details
    Browse the repository at this point in the history
  5. Rename vmath to sleef in configure

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6a3f78f View commit details
    Browse the repository at this point in the history
  6. Separate neon and sve functions into two source files

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4ec3420 View commit details
    Browse the repository at this point in the history
  7. Add "--with-libsleef-lib" and "--with-libsleef-include" options

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f210779 View commit details
    Browse the repository at this point in the history
  8. Remove -fvisibility in makefile and add the attribute in source code

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6d7afe8 View commit details
    Browse the repository at this point in the history
  9. Fix potential attribute issue

    xiagon01 authored and hamlin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b883ac4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge branch 'master' into sleef-aarch64

    hamlin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7aadb60 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    e9ce59c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64f7e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. copyright date

    hamlin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    55b118d View commit details
    Browse the repository at this point in the history
  2. fix variable name in github workflow

    hamlin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    668d08c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. resolve magicus's comments

    hamlin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7165338 View commit details
    Browse the repository at this point in the history
  2. rename

    hamlin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7b7ec31 View commit details
    Browse the repository at this point in the history
  3. fix jni includes

    hamlin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d0ed032 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. add [generated] src from sleef

    hamlin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    626d9fa View commit details
    Browse the repository at this point in the history
  2. resolve build erorrs

    hamlin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    57e23e7 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary changes

    hamlin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    55277be View commit details
    Browse the repository at this point in the history
  4. merge master

    hamlin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    afe2cba View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add maintenance nodes

    hamlin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    06ff2d8 View commit details
    Browse the repository at this point in the history
  2. minor

    hamlin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3ab4795 View commit details
    Browse the repository at this point in the history
  3. minor

    hamlin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cd68dc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. disable unused-function warnings; add log msg

    hamlin committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    34529ff View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix performance issue

    Hamlin Li authored and Hamlin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cd70f5a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. remove notes about sleef changes

    hamlin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cbcd463 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. add inline header file for riscv64

    Ubuntu committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bd9c093 View commit details
    Browse the repository at this point in the history
  2. update header files for arm

    Ubuntu committed May 8, 2024
    Configuration menu
    Copy the full SHA
    36415c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. sleef 3.6.1

    Ubuntu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7891617 View commit details
    Browse the repository at this point in the history
  2. sleef 3.6.1 for riscv

    Ubuntu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c279a3c View commit details
    Browse the repository at this point in the history
  3. merge master

    hamlin committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fe4be2c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    b54fc86 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. minor

    Ubuntu committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    da65cfa View commit details
    Browse the repository at this point in the history
  2. skip TANH

    Ubuntu committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6061c25 View commit details
    Browse the repository at this point in the history