Skip to content
Snippets Groups Projects
Commit 7fadb0b5 authored by Sam Yates's avatar Sam Yates Committed by Benjamin Cumming
Browse files

Fix support for i686 32-bit target. (#923)

* Use alternative hashing of cell_member_type values for 32-bit target.
* Correctly match i686 as a "-march=" style target for gcc and clang.
* Correct a signed/unsigned comparison warning in test_algorithms.cpp with -Wall.
* Avoid spurious SIMD unit test failure for exprelr by using expm1 instead of exp - 1 in denominator when computing expected results.
parent eb1425c2
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment