[Rpm-maint] [rpm-software-management/rpm] Fix Arm detection improvements (#946)

Peter Robinson notifications at github.com
Thu Nov 21 12:36:12 UTC 2019


There's some issues with the detection of particular Arm hardware
features. We never want to use the crypto feature as part of rpm
functionality, it's deployment is widely variable, and the HW
optimisation should be run time detected with fall back through
various optimisation paths.

The 8c3a7b8fa commit where this functionality also has other issues
it didn't include the VFP HWCAP for armv6 which rpm included
previously, but just the VFP3, and NEON is a requirement, and hence
always present in armv8 so it's assumed that it's part of armv8.

Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/946

-- Commit Summary --

  * Fix Arm detection improvements

-- File Changes --

    M lib/rpmrc.c (18)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/946.patch
https://github.com/rpm-software-management/rpm/pull/946.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/946
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191121/dbfa3745/attachment.html>


More information about the Rpm-maint mailing list