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
When just using the main header file morton.h the preprocessor directives disallow compilation of AVX2 accelerated functions when using any compiler other than MSVC. See these lines:
I don't see any apparent reason for this but the effect is that building is prevented on most compiler systems.
I would appreciate removal of this requirement if it isn't there on purpose as my current solution is a duplicated morton.h without the directives which is neither beautiful nor a good solution.
Thanks for your support!
The text was updated successfully, but these errors were encountered:
RedNicStone
changed the title
AVX2 is only compiling with MSVC build system
AVX2 acceleration is only compiling with MSVC build system
Oct 14, 2021
When just using the main header file
morton.h
the preprocessor directives disallow compilation of AVX2 accelerated functions when using any compiler other than MSVC. See these lines:I don't see any apparent reason for this but the effect is that building is prevented on most compiler systems.
I would appreciate removal of this requirement if it isn't there on purpose as my current solution is a duplicated
morton.h
without the directives which is neither beautiful nor a good solution.Thanks for your support!
The text was updated successfully, but these errors were encountered: