You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[perf] "Force" inline in inverseNtt hot path (#291)
`@inline(__always)` helps optimized code-gen in the hot branch as observed in
profiler and benchmarks -> ~50% wall time or 2x speed up for `InverseNtt UInt32 metrics`.
Co-authored-by: Roberto Santos <ra_santos@apple.com>
0 commit comments