retitle 920791 FTBFS on all non-SIMD architectures forwarded 920791 https://github.com/g-truc/glm/issues/865 thanks
On Tue, Jan 29, 2019 at 07:50:44AM +0100, Guus Sliepen wrote:
> I cannot reproduce it either, but according to the logs it looks like it
> might be some #defines not working properly on some architectures.
The issue is that the new version of GLM conditionally adds constexpr to
some member functions where that would cause a compiler error. It so
happens that constexpr is not used on any architecture with SIMD
instructions supported by GLM, which are amd64 and arm64 as far as I can
tell.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: PGP signature

