Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/string/memory_utils/op_x86.h | ||
---|---|---|
50 | Perhaps you may be able to reuse the cache line information in the subtargets, e.g.,
|
libc/src/string/memory_utils/op_x86.h | ||
---|---|---|
50 | Unfortunately LLVM libc doesn't have access to LLVM sources, to implement a libc you need to be very careful about the dependencies you're pulling in. We can only import very specific macro defining C headers, that's it. |
Perhaps you may be able to reuse the cache line information in the subtargets, e.g.,