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

Created a native lib version without avx #4953

Merged
merged 6 commits into from Mar 20, 2024
Merged

Conversation

hhyyrylainen
Copy link
Member

@hhyyrylainen hhyyrylainen commented Mar 19, 2024

And added the ability to load it

Related Issues

closes #4914

Progress Checklist

Note: before starting this checklist the PR should be marked as non-draft.

  • PR author has checked that this PR works as intended and doesn't
    break existing features:
    https://wiki.revolutionarygamesstudio.com/wiki/Testing_Checklist
    (this is important as to not waste the time of Thrive team
    members reviewing this PR)
  • Initial code review passed (this and further items should not be checked by the PR author)
  • Functionality is confirmed working by another person (see above checklist link)
  • Final code review is passed and code conforms to the
    styleguide.

Before merging all CI jobs should finish on this PR without errors, if
there are automatically detected style issues they should be fixed by
the PR author. Merging must follow our
styleguide.

@hhyyrylainen hhyyrylainen added this to the Release 0.6.6 milestone Mar 19, 2024
in case the CPU check option incorrectly detects it as available
by default as it'll no longer be used
disabled headless godot mode for now due to bug
with the non-avx version (that would otherwise have a newer Jolt version)
@hhyyrylainen hhyyrylainen marked this pull request as ready for review March 20, 2024 08:42
@hhyyrylainen hhyyrylainen merged commit 82a182c into master Mar 20, 2024
4 checks passed
@hhyyrylainen hhyyrylainen deleted the native_lib_without_avx branch March 20, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create variant of the native library without the need for AVX and make loading that possible
1 participant