kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #40566
Re: [PATCH] Reenable SIMD support in GLM
Simon,
I've tested your patch and it works fine but I would prefer that this be
a config option so that it can be disabled just in case there are issues
with using SIMD support on certain platforms. I'm fine if the default
config is enabled.
Cheers,
Wayne
On 4/28/2019 5:49 PM, Simon Richter wrote:
>
> This is a bit of a trade-off between compile-time optimizations through
> constexpr, and run-time optimizations through SIMD intrinsics.
>
> The difference is probably not relevant, except that in C++11 mode, gcc
> (correctly) treats constexpr member functions as implicitly const, which
> causes an overload conflict with GLM 0.9.9.3.
> ---
> CMakeLists.txt | 4 ----
> include/plugins/3dapi/xv3d_types.h | 3 ---
> 2 files changed, 7 deletions(-)
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References