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
I guess the JIT isn't able to hoist these "constants" outside the loop.
As the caller is also guarded by #if HAS_INTRINSICS you could hoist these manually, and pass them in as arguments. Results in tighter code here, and should give a (little) perf-boost, as it's a loop body.
The text was updated successfully, but these errors were encountered:
CarlVerret
changed the title
I guess the JIT isn't able to hoist these "constants" outside the loop.
Check if JIT is able to hoist these "constants" outside the loop.
Oct 22, 2021
I guess the JIT isn't able to hoist these "constants" outside the loop.
As the caller is also guarded by
#if HAS_INTRINSICS
you could hoist these manually, and pass them in as arguments. Results in tighter code here, and should give a (little) perf-boost, as it's a loop body.Originally posted by @gfoidl in #91 (comment)
The text was updated successfully, but these errors were encountered: