aboutsummaryrefslogtreecommitdiff
path: root/src/math/s390x (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390x: add single instruction fma and fmaf•••These are available in the s390x baseline isa -march=z900. Szabolcs Nagy2018-10-152-0/+14
* s390x: add single-instruction math functions•••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. Rich Felker2017-06-2324-0/+360