commit | 236f7bdbc62499458cd090663e8d68d4f5a545b2 | [log] [tgz] |
---|---|---|
author | Lionel Debieve <lionel.debieve@st.com> | Wed Oct 02 09:52:11 2019 +0200 |
committer | Lionel Debieve <lionel.debieve@st.com> | Mon Jan 20 11:32:59 2020 +0100 |
tree | 80818142ca372089f24ee78a33698089458e824d | |
parent | ed821de29db9a1d149a565e4288ff8764fe6d9aa [diff] |
compiler_rt: Import popcountdi2.c and popcountsi2.c files Imported from the LLVM compiler_rt library on master branch as of 30 Oct 2018 (SVN revision: r345645). This is to get the __popcountsi2(si_int a) and __popcountdi2(di_int a) builtin which are required by a driver that uses a __builtin_popcount(). Change-Id: I8e0d97cebdd90d224690c8ce1b02e657acdddb25 Signed-off-by: Lionel Debieve <lionel.debieve@st.com>