Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-23 | benchtests: Run _Float128 tests only on architectures that support it | Arjun Shankar | 1 | -2/+2 | |
__float128 is a non-standard name and is not available on some architectures (like aarch64 or s390x) even though they may support the standard _Float128 type. Other architectures (like armv7) don't support quad-precision floating-point operations at all. This commit replaces benchtests references to __float128 with _Float128 and runs the corresponding tests only on architectures that support it. | |||||
2020-09-10 | benchtests: Add "workload" traces for sinf128 | Paul Zimmermann | 1 | -0/+2007 | |
This patch adds workload traces for sinf128 in binary32. The trace is made of 1000 random numbers, generated with SageMath. |