summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/i386/__half.S
blob: 6355c93e401d9647416ec08c4faff065af70a288 (plain)
1
2
3
4
5
6
7
8
9
10
#
#  Definiert Konstante (float)0.5 unter dem Namen __half
#  Wird von etlichen Funktionen benutzt (sinh, cosh, atanh)
#

.global __half
.data
.type   __half,@object
.size   __half,4
__half: .long 0x3f000000