-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
bn_mul.h: disable MULADDC code for cpu before armv6 #2324
Conversation
ARM Internal Ref: IOTSSL-2696 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks good to me, thanks @VHenriet! Could you please add an entry to the ChangeLog under the Bugfix category?
c829d20
to
00af447
Compare
@VHenriet Did you intentionally close the PR? |
no :( |
ChangeLog
Outdated
|
||
Bugfix | ||
* Fix compilation issue on ARM platform before armv6. The `umaal` arm | ||
instruction is only available on ARM cpu with DSP starting with armv6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please credit yourself in the ChangeLog entry
instruction is only available on ARM cpu with DSP starting with armv6. | |
instruction is only available on ARM cpu with DSP starting with armv6. Fixed by vhenriet #2324. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless you prefer to use your real name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dcd1091
to
5ec27c5
Compare
The umaal instruction is available for ARM cpu with DSP starting with armv6 thus it does not work on armv5e
5ec27c5
to
1ce8019
Compare
@hanno-arm @RonEld: It seems that your review comments were addressed, could you take another look? |
I think the problem addressed here has been fixed by PR #2169 and therefore is resolved since the release of 2.16.3. |
Thanks. An equivalent patch was submitted in #2169 and it was merged a while ago. |
The umaal instruction is available for ARM cpu with DSP starting with armv6 thus it does not work on armv5e
Requires Backporting
2.16.0