cqwrteur
cqwrteur
Many people are using x86_64-windows-gnu default target clang. Set --target=x86_64-windows-msvc force the clang to run under msvc mode.
thin lto不知道为何不能用。换posix的就行。你去修一下吧。
The original design is that all the formatting APIs should support all categories of iterators. However, with time, we discover that most iterators' categories are completely useless. Even if that...
it is just wrong to assume sizeof(wchar_t) would necessarily be 2 on windows. GCC even has toggle to change that. They should all use char16_t instead. char16_t must be the...
https://github.com/bminor/glibc/commit/e6547d635b991651600fab31f788ed5facd77610 As glibc's commit points out, loongarch is the first architecture that would no longer be for both fstat and stat. The reason is quite simple, statx is an objectively...
C++ operator new can always throw exceptions even if it is freestanding. Just remove this nonsense. Death to C++ new
BTW, what should i do if i want to trace a constant that can reach for the CFG? For example movq $3,%rax movq %rax,(%rsp) movq %rax,%rbx How can I trace...
有没有想过你们也提供这个? https://github.com/trcrsired/windows-hosted-loongarch64-linux-gnu-gcc-cross-comiler 还有loongarch这个体系结构支持addcarry么?令人很不爽的关于riscv就是没有任何办法处理addcarry和subborrow. 加上herb sutter的P0709的Herbceptions需要额外的标志位表示函数是否出错,x86和arm上是用的carry位。但看loongarch似乎也没有标志位是么?有没有什么替代方案?
Since C++23, more headers and features (like std::addressof) are available now. Therefore, we need to remove all the workaround. GCC provides extensions like making `` and `` be also in...
Windows Console requires decorators aware. Our new api should pass both the pointers from internal buffer and external buffer to the api so api can make a decision.