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

Compatibility shim for unaligned vector types #385

Merged
merged 4 commits into from
May 6, 2021
Merged

Conversation

thomwiggers
Copy link
Member

@thomwiggers thomwiggers commented Mar 19, 2021

This introduces an intial version of the compatibility shim compat.h which will help to provide compatibility in schemes without copying too much code or worrying about compiler versions on a scheme-level.

See #383

It also patches the Classic McEliece issue mentioned in #382

@thomwiggers
Copy link
Member Author

FYI: @jschanck

@thomwiggers
Copy link
Member Author

I tested out this code on godbolt.org; it seems to work great. The only compiler that complained was icc; but until Intel pays me for an icc license and for my hours I'm not inclined to invest much in that 😄

@thomwiggers thomwiggers disabled auto-merge May 6, 2021 08:34
@thomwiggers thomwiggers merged commit bc71760 into master May 6, 2021
@thomwiggers thomwiggers deleted the compat.h branch May 6, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant