Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

ASM fix: checking support ADX instructions is now done in assembly #23

Merged
merged 7 commits into from
Jul 14, 2020

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Jul 14, 2020

Using function pointers to chose in init() which version to call (assembly or not, depending on available instruction set) trigger some unwanted memory allocation in caller libraries.

FromInterface() (package wide) now follows convention of other setters and is z.SetInterface(..)

MulAssign, AddAssign and SubAssign APIs are marked as deprecated and just wrap the Mul, Add and Sub.

@gbotrel gbotrel merged commit bca6af6 into master Jul 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant