]> git.ipfire.org Git - thirdparty/glibc.git/commit - soft-fp/unordsf2.c
* soft-fp/Makefile (gcc-single-routines): Add unordsf2,
authorRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 10:47:57 +0000 (10:47 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 10:47:57 +0000 (10:47 +0000)
commite7b8c7bc7326ecbbb96af06d8b77f99aad3a84e4
tree68ec20a698d73d6c836a952ddd9cdfdb14257d2b
parent0d86378f95994072ccc5db9e993b759208beacfa
* soft-fp/Makefile (gcc-single-routines): Add unordsf2,

floatunsisf, floatundisf.
(gcc-double-routines): Add unorddf2, floatunsidf, floatundidf.
(gcc-quad-routines): Add unordtf2, floatunsitf, floatunditf.
* soft-fp/op-common.h (_FP_CMP_UNORD): Define.
* soft-fp/single.h (FP_CMP_UNORD_S): Define.
* soft-fp/double.h (FP_CMP_UNORD_D): Define.
* soft-fp/quad.h (FP_CMP_UNORD_Q): Define.
* soft-fp/extended.h (FP_CMP_UNORD_E): Define.
* soft-fp/unordsf2.c: New file.
* soft-fp/unorddf2.c: New file.
* soft-fp/unordtf2.c: New file.
* soft-fp/floatunsisf.c: New file.
* soft-fp/floatundisf.c: New file.
* soft-fp/floatunsidf.c: New file.
* soft-fp/floatundidf.c: New file.
* soft-fp/floatunsitf.c: New file.
* soft-fp/floatunditf.c: New file.
16 files changed:
ChangeLog
soft-fp/Makefile
soft-fp/double.h
soft-fp/extended.h
soft-fp/floatundidf.c [new file with mode: 0644]
soft-fp/floatundisf.c [new file with mode: 0644]
soft-fp/floatunditf.c [new file with mode: 0644]
soft-fp/floatunsidf.c [new file with mode: 0644]
soft-fp/floatunsisf.c [new file with mode: 0644]
soft-fp/floatunsitf.c [new file with mode: 0644]
soft-fp/op-common.h
soft-fp/quad.h
soft-fp/single.h
soft-fp/unorddf2.c [new file with mode: 0644]
soft-fp/unordsf2.c [new file with mode: 0644]
soft-fp/unordtf2.c [new file with mode: 0644]