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
It would be nice if the compiler could figure out that only one truncation is necessary for F instead of for each intermediate multiplication separately: F = A * B + C * D
It would be nice if the compiler could figure out that only one truncation is necessary for F instead of for each intermediate multiplication separately:
F = A * B + C * D
Example from DTI code:
The text was updated successfully, but these errors were encountered: