Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Jan 10, 2024
1 parent 1be90d2 commit 8bfbe21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/src/test_metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// All Rights Reserved
//
// Distributed under the "BSD License". See the accompanying LICENSE.rst file.

// Pragma needed to be able to compile code, that divides by literal zero with
// MSVC
#pragma fenv_access(on)

Check warning on line 8 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / MacOS-mkspecs / Apple Big Sur (ARM)

unknown pragma ignored [-Wunknown-pragmas]

Check warning on line 8 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / Linux-mkspecs / Clang 15 Thread Sanitizer

unknown pragma ignored [-Wunknown-pragmas]

#include <cmath>
Expand Down

0 comments on commit 8bfbe21

Please sign in to comment.