This file is indexed.

/usr/include/NTL/REPORT_ALL_FEATURES.h is in libntl-dev 10.5.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#ifdef NTL_HAVE_ALIGNED_ARRAY
   std::cerr << "NTL_HAVE_ALIGNED_ARRAY\n";
#endif

#ifdef NTL_HAVE_BUILTIN_CLZL
   std::cerr << "NTL_HAVE_BUILTIN_CLZL\n";
#endif

#ifdef NTL_HAVE_LL_TYPE
   std::cerr << "NTL_HAVE_LL_TYPE\n";
#endif

#ifdef NTL_HAVE_SSSE3
   std::cerr << "NTL_HAVE_SSSE3\n";
#endif

#ifdef NTL_HAVE_AVX
   std::cerr << "NTL_HAVE_AVX\n";
#endif

#ifdef NTL_HAVE_PCLMUL
   std::cerr << "NTL_HAVE_PCLMUL\n";
#endif

#ifdef NTL_HAVE_AVX2
   std::cerr << "NTL_HAVE_AVX2\n";
#endif

#ifdef NTL_HAVE_FMA
   std::cerr << "NTL_HAVE_FMA\n";
#endif

#ifdef NTL_HAVE_COPY_TRAITS1
   std::cerr << "NTL_HAVE_COPY_TRAITS1\n";
#endif

#ifdef NTL_HAVE_COPY_TRAITS2
   std::cerr << "NTL_HAVE_COPY_TRAITS2\n";
#endif