forked from KolibriOS/kolibrios
2018 (C) proof
git-svn-id: svn://kolibrios.org@7559 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a4f526b924
commit
b8e5a89fa2
@ -1,5 +1,5 @@
|
||||
; Fast Hartley Transform routine
|
||||
; Copyright (C) 1999, 2004, 2010
|
||||
; Copyright (C) 1999, 2004, 2010, 2018
|
||||
; Artem Jerdev artem@jerdev.co.uk
|
||||
;
|
||||
; free KolibriOS version - not to be ported to other OSes
|
||||
@ -417,9 +417,9 @@ step2:
|
||||
|
||||
fld _t6
|
||||
fld qword[ebx+8]
|
||||
fld st1
|
||||
fld st1
|
||||
faddp st3, st0
|
||||
fld st1 ; st : t6, f[l1], t6
|
||||
fld st1 ; st : f[l1], t6, f[l1], t6
|
||||
faddp st3, st0 ; st : t6, f[l1], t1
|
||||
fsubp st1, st0 ; st : t2, t1
|
||||
|
||||
fld _t8
|
||||
|
Loading…
Reference in New Issue
Block a user