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.
Showing
src/math/s390x/ceil.c
0 → 100644
src/math/s390x/ceilf.c
0 → 100644
src/math/s390x/ceill.c
0 → 100644
src/math/s390x/fabs.c
0 → 100644
src/math/s390x/fabsf.c
0 → 100644
src/math/s390x/fabsl.c
0 → 100644
src/math/s390x/floor.c
0 → 100644
src/math/s390x/floorf.c
0 → 100644
src/math/s390x/floorl.c
0 → 100644
src/math/s390x/nearbyint.c
0 → 100644
src/math/s390x/nearbyintf.c
0 → 100644
src/math/s390x/nearbyintl.c
0 → 100644
src/math/s390x/rint.c
0 → 100644
src/math/s390x/rintf.c
0 → 100644
src/math/s390x/rintl.c
0 → 100644
src/math/s390x/round.c
0 → 100644
src/math/s390x/roundf.c
0 → 100644
src/math/s390x/roundl.c
0 → 100644
src/math/s390x/sqrt.c
0 → 100644
src/math/s390x/sqrtf.c
0 → 100644
src/math/s390x/sqrtl.c
0 → 100644
src/math/s390x/trunc.c
0 → 100644
src/math/s390x/truncf.c
0 → 100644
src/math/s390x/truncl.c
0 → 100644
想要评论请 注册 或 登录