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

fix for Error: must forward with targets before backward [#19] #21

Closed
wants to merge 9 commits into from
Closed

Commits on Apr 9, 2024

  1. fix for issue #19

    ent0n29 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    14e3b95 View commit details
    Browse the repository at this point in the history
  2. issue #19 was caused by -ffast-math enabled with -Ofast, the flag -fn…

    …o-fast-math disable it
    ent0n29 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    08e618e View commit details
    Browse the repository at this point in the history
  3. add .gitignore

    ent0n29 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ea522c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Delete .gitignore

    ent0n29 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2a5914c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. as i previously said -Ofast is just a wrapper of -O3 with more opt, a…

    …lso consistency with README
    ent0n29 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    392ba13 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 15, 2024

  1. add -march-native

    ent0n29 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    80a942c View commit details
    Browse the repository at this point in the history
  2. add -march=native

    ent0n29 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    78e49df View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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