def_blas.hpp (armadillo-10.8.2.tar.xz) | : | def_blas.hpp (armadillo-11.0.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
// You may obtain a copy of the License at | // You may obtain a copy of the License at | |||
// http://www.apache.org/licenses/LICENSE-2.0 | // http://www.apache.org/licenses/LICENSE-2.0 | |||
// | // | |||
// Unless required by applicable law or agreed to in writing, software | // Unless required by applicable law or agreed to in writing, software | |||
// distributed under the License is distributed on an "AS IS" BASIS, | // distributed under the License is distributed on an "AS IS" BASIS, | |||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
// See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | |||
// limitations under the License. | // limitations under the License. | |||
// ------------------------------------------------------------------------ | // ------------------------------------------------------------------------ | |||
#ifdef ARMA_USE_BLAS | #if defined(ARMA_USE_BLAS) | |||
#if defined(dgemm) || defined(DGEMM) | #if defined(dgemm) || defined(DGEMM) | |||
#pragma message ("WARNING: detected possible interference with definitions of BLAS functions;") | #pragma message ("WARNING: detected possible interference with definitions of BLAS functions;") | |||
#pragma message ("WARNING: include the armadillo header before any other heade r as a workaround") | #pragma message ("WARNING: include the armadillo header before any other heade r as a workaround") | |||
#endif | #endif | |||
#if defined(ARMA_BLAS_NOEXCEPT) | #if defined(ARMA_BLAS_NOEXCEPT) | |||
#undef ARMA_NOEXCEPT | #undef ARMA_NOEXCEPT | |||
#define ARMA_NOEXCEPT noexcept | #define ARMA_NOEXCEPT noexcept | |||
#else | #else | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |