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

Support for Elbrus (e2k) CPU architecture and compiler #81

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2021

  1. HTTPS is more reliable for GitHub repositories

    For example, subprojects could be downloaded through proxy
    makise-homura authored and root committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e59683a View commit details
    Browse the repository at this point in the history
  2. Added E2K architecture support

    makise-homura authored and root committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    97a424b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7caa9 View commit details
    Browse the repository at this point in the history
  4. Strictify type alignment for Elbrus

    makise-homura authored and root committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ee407a5 View commit details
    Browse the repository at this point in the history
  5. Enable SIMD extensions for Elbrus

    makise-homura authored and root committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a08fe01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3d6e6d View commit details
    Browse the repository at this point in the history
  7. Deal with tons of warnings produced by Elbrus compiler

    Added a couple of CMake options to disable some warnings that
    are produced by LCC while building separation and nbody.
    Safe ones are disabled by default; potentially unsafe may be
    disabled, but still enabled by default.
    makise-homura authored and root committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0847db4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45d65a9 View commit details
    Browse the repository at this point in the history