summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1
Commit message (Collapse)AuthorAgeFilesLines
* dhrystone: fix building with the GCC 14Dmitry Baryshkov2024-06-041-0/+242
| | | | | | | | Update dhrystone sources to use C89 instead of K&R C in order to fix build issues with the recent GCC. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-01-271-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Dhrystone: add recipe 2.1Jose Alarcon2017-08-281-0/+81
Dhrystone is a synthetic computing benchmark program developed in 1984 by Reinhold P. Weicker intended to be representative of system (integer) programming. https://en.wikipedia.org/wiki/Dhrystone Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>