aboutsummaryrefslogtreecommitdiff
path: root/include/half
AgeCommit message (Collapse)Author
2018-11-02COMPMID-1246: Github PR: Fix build (#454)ggardet
* Fix C++11 syntax. It fixes build with GCC. * Be Python 3.x compatible by replacing print "XXX" by print("XXX") Change-Id: Id9460a4a698ff98cb49e4efa7134bee7046ea3bb Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138087 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
2018-11-02COMPMID-417: Remove 3rdparty headers from repoAnthony Barbier
Removed OpenBlas headers from remove and added them to the 3rdparty repo Moved half and libnpy from 3rdparty repo to include folder as we're allowed to distribute those directly 3RDPARTY_UPDATE Change-Id: I9c37ea09066b28f72b790870b75379f05554f0a4 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87597 Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>