Skip to content

VECCORE-14 Avoid Vector ABI warnings by GCC, make math test pass for Vc

Guilherme Amadio requested to merge veccore-14-vector-abi into master

This contains a fix for VECCORE-14, and a fix for failing math tests for Vc, by reducing tested range of some functions.
We need to make sure we do not call such functions with values outside the range later.

Merge request reports