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

Using portable Goldilocks API. #4

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Using portable Goldilocks API. #4

wants to merge 16 commits into from

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    082beaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2296041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58af1a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    84bf7ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd53b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request 0xPolygonHermez#807 from 0xPolygonHermez/sonar-clo…

    …ud-fix
    
    Update and rename onar-project.properties to sonar-project.properties
    mt-polygon-technology authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    94f5662 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge branch 'upstream'

    lvella committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1bb6599 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Bugfix: doing proper string concatenation.

    Instead of adding to a const char *
    lvella committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    33efcbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea7884 View commit details
    Browse the repository at this point in the history
  3. Bugfix: fixing include guard

    lvella committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1e92d6f View commit details
    Browse the repository at this point in the history
  4. Removing unused header.

    lvella committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    93d67f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a7213f View commit details
    Browse the repository at this point in the history
  6. Supporting clang and clangd.

    lvella committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    370a2d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a014a21 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Placing all non-C++ specific flags on CFLAGS.

    Because it is included in all commands, anyway.
    lvella committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3847699 View commit details
    Browse the repository at this point in the history
  2. Using portable Goldilocks API.

    We still need to use AVX2, but at least now immintrin.h header is
    confined to goldilocks. This is a first step in making the code
    portable.
    lvella committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    44fdb24 View commit details
    Browse the repository at this point in the history