mirror of git://sourceware.org/git/glibc.git
Add ieee754/flt-32 and ieee754/dbl-64.
This commit is contained in:
parent
05246799a6
commit
e19b39916e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
wordsize-32
|
||||
ieee754
|
||||
ieee754/flt-32
|
||||
ieee754/dbl-64
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
# i960 family uses IEEE 754 floating point.
|
||||
ieee754
|
||||
ieee754/flt-32
|
||||
ieee754/dbl-64
|
||||
|
|
|
|||
Loading…
Reference in New Issue