Results 27 issues of Zentrik

Currently using the fastmath vararg +, *, min, max methods only actually sets fastmath if they are specifically overloaded even when the correct 2 argument methods have been defined. As...

Currently the n-arg fastmath addition only uses fastmath for `Float16, Float32` and `Float64`, https://github.com/JuliaLang/julia/blob/931f6de4ca739b5d7a333e941e43ccdc0f5a4051/base/fastmath.jl#L171-L172 It otherwise falls back to non fastmath addition even when `add_fast(x, y)` is defined, like for...

### Versions Plots.jl version: 1.40.4 PGFPlotsX version (`]st -m `): 1.6.1 Output of `versioninfo()`: ```jl julia> versioninfo() Julia Version 1.10.2 Commit bd47eca2c8 (2024-03-01 10:14 UTC) Build Info: Official https://julialang.org/ release...

bug

If I split screen my browser i.e. the window is roughly 1440x1280px, part of the right side of the page is truncated and there is no horizontal scroll bar. E.g....

style

Note, I can build LLVM main separately using cgywin following https://github.com/llvm/llvm-project/issues/19764 (`cmake ../llvm -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=mingw64.cmake -DLLVM_VERSION_SUFFIX:STRING="jl" -DLLVM_SHLIB_SYMBOL_VERSION:STRING="JL_LLVM_19.0" -DLLVM_WINDOWS_PREFER_FORWARD_SLASH=False -DBUILD_SHARED_LIBS=ON -DLLVM_ENABLE_PIC=OFF`). Using `DLLVM_BUILD_LLVM_DYLIB:BOOL=ON -DLLVM_LINK_LLVM_DYLIB:BOOL=ON` instead of `-DBUILD_SHARED_LIBS=ON` eventually fails...

domain:building
system:windows
compiler:llvm

The following test now fails as no error is thrown but it looks like something changed in llvm as clang no longer throws an error as well, https://godbolt.org/z/d1rG3MsP5. Not sure...

domain:building
external dependencies
stdlib:JLLs
compiler:llvm

Both `[["array", "index", ("sumeach_view", "BitMatrix")]]` and `[["array", "index", ("sumlinear_view", "BitMatrix")]]` have a ~50% regression in min wall time. `[["union", "array", ("skipmissing", "filter", "Union{Missing, Int8}", 1)]]`, `[["union", "array", ("skipmissing", "filter", "Union{Missing,...

performance
kind:regression
domain:arrays