summaryrefslogtreecommitdiffstats
path: root/lib/arm_support
AgeCommit message (Collapse)AuthorFilesLines
2017-09-07ARM support: provide compiler a better popcount functionMichael Sevakis1-0/+31
Just the 32-bit one for now. The default uses lookup tables and is ungainly and bloated. Change-Id: I4a2eb31defb1f4d6f6853b65fe6dacc380d6ffc0
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz1-7/+9
libs in $ROOT/lib now add to $(CORE_LIBS) and $(EXTRA_LIBS) and are automatically linked by the core and codecs/plugins respectively. Change-Id: Iff482c792a8c8142718f6a16a450c6e2f1497c9a
2012-01-22Fix native arm builds. arm_support couldn't build properly.Thomas Martitz1-0/+2
Change-Id: I34526a015357e36ffd612bf2fabf78a0354066ca
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz2-0/+720
Core, codecs and plugins link it separately so this gets rid of SOURCES trickery. Don't build it for hosted targets. Change-Id: If15ef90e93cd218a4352ae8e89eea95d3122452f