LCOV - code coverage report
Current view: top level - ALIROOT - fpu.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 1 0.0 %
Date: 2016-06-14 17:26:59 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #ifdef __linux
       2             : #define _GNU_SOURCE 1
       3             : #include <fenv.h>
       4             : static void __attribute__ ((constructor)) trapfpe(void)
       5             : {
       6             :   /* Enable some exceptions. At startup all exceptions are masked. */
       7             :   feenableexcept(FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW);
       8             : }
       9             : #else
      10           0 : void trapfpe () {}
      11             : #endif

Generated by: LCOV version 1.11