test all possible SIMD archtectures in Vector's testsuite

Issue #2380 resolved
Roland Haas created an issue

Currently Vectors only tests the “default” SIMD architecture which is usually the “best” one a given processors supports. This however leaves less often used architectures untested eg. single precision ones or ones supported by old processors.

The pull request https://bitbucket.org/cactuscode/cactusutils/pull-requests/26/rhaas-testall/diff uses some include file trickery to test all possible architectures.

Comments (3)

  1. Log in to comment