Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-gtc_integer fails on i686 #296

Closed
muep opened this issue Jan 6, 2015 · 1 comment
Closed

test-gtc_integer fails on i686 #296

muep opened this issue Jan 6, 2015 · 1 comment

Comments

@muep
Copy link

muep commented Jan 6, 2015

Seems to happen on master and the 0.9.6 branch

Steps to reproduce on GCC 4.9 as shipped in Fedora 21, starting with PWD at the glm repository root:

mkdir build
cd build
g++ -m32 -O2 -Wall -I .. ../test/gtc/gtc_integer.cpp
./a.out ; echo $?

By changing the optimization level, at least results 0, 1 and 4 can be obtained on my system. Passing the -ffloat-store option to GCC makes the test always succeed.

This could also be related to issue #212.

@Groovounet Groovounet added the bug label Oct 1, 2015
@Groovounet Groovounet self-assigned this Oct 16, 2016
@Groovounet Groovounet added test and removed bug labels Nov 20, 2016
@Groovounet Groovounet added this to the GLM 0.9.8 milestone Nov 20, 2016
@Groovounet
Copy link
Member

GLM is now automatically tested on Linux with GCC in both pure x86 and with SIMD instructions.
https://travis-ci.org/g-truc/glm

I believe this issue it fixed.

Thanks for contributing,
Christophe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants