Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | benchtests: Make hypot input random | Adhemerval Zanella | 2021-11-01 | 1 | -12/+1003 |
| | | | | | | | | Instead of inputs based on the algorithm implementation details. About 85% tuples have exponents of the two arguments close together (+-1 range). Reviewed-by: H.J. Lu <hjl.tools@gmail.com> | ||||
* | benchtests: hypot benchmark | Adhemerval Zanella | 2019-07-08 | 1 | -0/+16 |
Inputs are based on argument reductions from generic and powerpc implementation. * benchtests/Makefile (bench-math): Add hypot. * benchtests/hypot-inputs: New file. Reviewed-by: Gabriel F. T. Gomes <gabrielftg@linux.ibm.com> |