Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Headers/clwbintrin.h | ||
---|---|---|
34 ↗ | (On Diff #118538) | Worth adding the doxygen description? You can probably just copy+paste+modify the _mm_clflush documentation. |
test/CodeGen/builtin-clwb.c | ||
4 ↗ | (On Diff #118538) | Match what is done in the other files: use -ffreestanding instead of defining __MM_MALLOC_H and include the "top header":<x86intrin.h> |