Add ieee754/flt-32 and ieee754/dbl-64.

This commit is contained in:
Ulrich Drepper 1999-07-13 23:43:10 +00:00
parent 05246799a6
commit e19b39916e
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,4 @@
wordsize-64
# Alpha uses IEEE 754 floating point.
ieee754
# Alpha uses IEEE 754 single and double precision floating point.
ieee754/flt-32
ieee754/dbl-64

View File

@ -1,2 +1,3 @@
wordsize-32
ieee754
ieee754/flt-32
ieee754/dbl-64

View File

@ -1,2 +1,3 @@
# i960 family uses IEEE 754 floating point.
ieee754
ieee754/flt-32
ieee754/dbl-64