Luigi Castelli

Results 2 comments of Luigi Castelli

Actually `val` gets promoted to double already because of the `tcf` variable. So both the multiplication and accumulation of the filter get evaluated in double precision. However the result gets...

Yes, adding const as a parameter qualifier will break ABI compatibility, but not API. The API will still be able to compile and work, however there may be a few...