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
This is to throw some ideas after the immenent release.
add -ffast-math compiler option
try SIMD-STL.
It appears that we can enable SIMD (especially AVX/SSE) for many STL (std::*) functions. Then you can enjoy SIMD without actually writing SIMD codes or having design issues.
This is to throw some ideas after the immenent release.
The text was updated successfully, but these errors were encountered: