about summary refs log tree commit diff
path: root/src/math/s390x/fabs.c
Commit message (Collapse)AuthorAgeFilesLines
* s390x: add single-instruction math functionsRich Felker2017-06-231-0/+15
these were introduced in z196 and not available in the baseline (z900) ISA level. use __HTM__ as an alternate indicator for ISA level, since gcc did not define __ARCH__ until 7.x. patch by David Edelsohn.