Pavel P
Pavel P
Checks were updated from `_LIBCPP_HAS_NO_ASAN` to `_LIBCPP_HAS_ASAN`. Relevant change: https://github.com/llvm/llvm-project/pull/89178
I came a cross libdivide and I was curious how it compares with what compiler generates for constants. I made a few fixes and then added code for constexpr. With...
I just did `pacman -Suy` and it asked to continue: ``` Total Download Size: 446.63 MiB Total Installed Size: 2860.72 MiB Net Upgrade Size: -39.32 MiB :: Proceed with installation?...
### Library name libdivide and fastmod ### Library description libdivide is a fairly popular lib. I'm surprised it's not supported yet. It's easy to support (single header), perhaps, that's why...
fixes #127
I can include nanobench.h, however, it fails when `ANKERL_NANOBENCH_IMPLEMENT` is defined with [icx 2025 on windows](https://marketplace.visualstudio.com/items?itemName=intel-corporation.dpcpponline). Note, on windows it uses libraries that come with msvc. Intel's compiler is clang...
Not sure if that's a win10 issue, but it doesn't work for me. It shows that the vpn is connected, however, iplocation shows the same location/ip. Just to make sure...
libcxx removed `_LIBCPP_HAS_ASAN`/`_LIBCPP_HAS_NO_ASAN` macro in favor simple feature test for sanitizer. See: https://github.com/llvm/llvm-project/commit/040e9e02ccbf69bebd293a4c389948d7ecbc7bd9
I have a warning that I get when compiling code that uses boost::beast. This happens only on msys2 when compiling with g++ (my version is 15.1.0). This warning doesn't really...
### Description / Steps to reproduce the issue the issue happens only when compiling under msys with -march=haswell. ``` mkdir test; cd test git clone https://github.com/lz4/lz4.git echo '#include ' >main.c...