Ilya Kurdyukov

Results 9 issues of Ilya Kurdyukov

As the author of a similar project, I also encountered this effect, but found a method to prevent overblurring. I tried to apply same method to `jpeg2png`. In `compute.c`, made...

This is a synthetic double register size type, many architectures can compute twice as many bits from a multiplication, eg u64 * u64 = u128. `long long` have the same...

enhancement

### What happened? I worked with this [commit](https://github.com/armbian/build/tree/c1dd4ed3a5ac9e6bb2af111970b767a328b87015) from October 11th, did not update yet. But I didn't notice any fixes for this problem in the updates. I rebuild the...

Can be closed?

In a parallel build, `testshade_llvm_compiled_rs.bc` and `testshade_llvm_compiled_rs.bc.cpp` are generated two to three times. The next command can use the truncated result, which is being overwritten by the second or third...

bug
shading system

### Description I found the Clang linker crashing when trying to compile a flat binary for ARM. So I made a minimal test case to reproduce the issue. As the...

bug

### Operating System Info Other ### Other OS AltLinux ### OBS Studio Version 30.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL none ### OBS Studio...

Have you tried building with Clang? To make it compatible for both compilers, not just GCC. There are many incompatibilities with assembler directives and linker script style.

https://github.com/mortbopet/Ripes/blob/878087332afa3558dc8ca657f80a16ecdcf82818/src/processors/RISC-V/rv_alu.h#L105 This is literally unreachable code that was copied from DIV to REMU. GCC seems to be blind to notice this, but the EDG frontend sees this.

I don't know what std you used that includes them in the basic headers. `#include ` must be here: osquery/utils/system/posix/system.cpp osquery/core/sql/query_performance.cpp osquery/numeric_monitoring/pre_aggregation_cache.cpp `#include ` must be here: osquery/worker/ipc/posix/pipe_channel_factory.h