mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 13:30:55 +02:00
+ add balign before commonly used label
This commit is contained in:
parent
baa6f2a1ef
commit
7dfc45cfea
@ -501,6 +501,7 @@ const
|
||||
jnz .LNotZero
|
||||
movsd %xmm5, %xmm0 { e^0 = 1 }
|
||||
ret
|
||||
.balign 16
|
||||
.LNotZero:
|
||||
mulsd %xmm4, %xmm0
|
||||
addsd %xmm2, %xmm0 { Add 0.5 to make sure the fractional part falls between -0.5 and 0.5 }
|
||||
|
Loading…
Reference in New Issue
Block a user