Uh oh!
There was an error while loading. Please reload this page.
math : Add square root function using a lookup table - #5034
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
fc0748a to
59bfe17CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
4054b3e to
2b3433eCompare2b3433e to
89885a1CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
89885a1 to
09b21a9Compare
singalsu
left a comment
There was a problem hiding this comment.
You have one not needed type cast (double)y in cmocka function. Otherwise OK so approve. Thanks!
54e2e4f to
42ada44Compare
lgirdwood
left a comment
There was a problem hiding this comment.
Just one minor correction needed.
Uh oh!
There was an error while loading. Please reload this page.
42ada44 to
7c5fd40Comparedbf0b81 to
9814180CompareMore C99 comments... can we finally turn off this warning? EDIT: submitted in #5046 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
68db25d to
ca8fc26CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ca8fc26 to
613fcdbComparefe4fcb6 to
a3f41ceCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a3f41ce to
879b571Comparelgirdwood
commented
Dec 16, 2021
@cujomalainey are you happy to for this to merge ? |
cujomalainey
left a comment
There was a problem hiding this comment.
one minor comment complaint but otherwise LGTM
There was a problem hiding this comment.
nit: this comment seems out of place
fix point math square function having positive number y as input and return the positive number x multiplied by itself (squared) Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
879b571 to
1212e15Comparecujomalainey
commented
Dec 16, 2021
Once CI returns I think we can merge |
singalsu
commented
Dec 20, 2021
@cujomalainey@lgirdwood CI issues look unrelated. |
singalsu
commented
Dec 21, 2021
Three approvals, would be nice to get this merged because my PR #4826 can't pass CI without this. |
fix point math square function having positive number y as input and
return the positive number x multiplied by itself (squared)
Signed-off-by: MalladiSastry shastry@mherber2-ub20.ostc.intel.com