File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ clang/test/AST/Interp/ @tbaederr
86
86
/mlir /** /* VectorToLLVM * @ banach-space @ dcaballe @ nicolasvasilache
87
87
/mlir /** /* X86Vector * @ aartbik @ dcaballe @ nicolasvasilache
88
88
/mlir /include /mlir /Dialect /Vector @ banach-space @ dcaballe @ nicolasvasilache
89
+ /mlir /include /mlir /Dialect /Vector /IR @ kuhar
89
90
/mlir /lib /Dialect /Vector @ banach-space @ dcaballe @ nicolasvasilache
90
91
/mlir /lib /Dialect /Vector /Transforms /* @ banach-space @ dcaballe @ hanhanW @ nicolasvasilache
91
92
/mlir /lib /Dialect /Vector /Transforms /VectorEmulateNarrowType.cpp @ banach-space @ dcaballe @ MaheshRavishankar @ nicolasvasilache
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ if(LIBC_BUILD_GPU_LOADER OR (LLVM_LIBC_GPU_BUILD AND NOT LLVM_RUNTIMES_BUILD))
73
73
add_subdirectory (utils/gpu )
74
74
endif ()
75
75
76
- option (LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" OFF )
76
+ option (LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" ON )
77
77
78
78
set (NEED_LIBC_HDRGEN FALSE )
79
79
if (NOT LLVM_RUNTIMES_BUILD )
Original file line number Diff line number Diff line change 22
22
#include " src/__support/macros/config.h"
23
23
#include " src/__support/macros/properties/architectures.h"
24
24
25
+ // TODO: fix this unguarded linux dep
25
26
#include < linux/param.h> // for exec_pagesize.
26
27
27
28
#include < stddef.h> // For size_t
Original file line number Diff line number Diff line change 30
30
#define LIBC_MATH_EXPM1_SKIP_ACCURATE_PASS
31
31
#endif
32
32
33
- // #define DEBUGDEBUG
34
-
35
- #ifdef DEBUGDEBUG
36
- #include < iomanip>
37
- #include < iostream>
38
- #endif
39
-
40
33
namespace LIBC_NAMESPACE_DECL {
41
34
42
35
using fputil::DoubleDouble;
You can’t perform that action at this time.
0 commit comments