aboutsummaryrefslogtreecommitdiff
path: root/utils/stress-ng/test.sh
Commit message (Collapse)AuthorAge
* stress-ng: backport immintrin.h header detection for GCC 13Alexandru Ardelean2023-10-22
Backport patch from: https://github.com/ColinIanKing/stress-ng/commit/cd84c46ce780242879e8aaa7d698b9cd87996dbd With GCC 12 there is no issue. With GCC 13, there is a compilation issue on x86_64. Fixes https://github.com/openwrt/packages/issues/22373 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>