search for: autoenabled

Displaying 2 results from an estimated 2 matches for "autoenabled".

Did you mean: autoenable
2005 Oct 27
0
Converting OS X UTF-8 NFD to UTF-8 NFC
...ction quality, but it's useful for me and perhaps for the countless other people who've reported this problem before as well. If the rsync maintainers are interested in integrating this patch, I'll be happy to polish it up a little. I'm not sure if it should be a configure option (autoenabled on OS X maybe) or a command line option, so in that case some input here would be nice. Or else, feel free to adapt it. After applying it, "-lidn" needs to be added to LIBS in the Makefile. And without further ado, here is the patch: ---------------------------- diff -u rsync-2.6.6/fl...
2020 Jan 30
2
RISC-V disassembly doesn't seem to know about multiply instructions
I built llvm + clang from source, a github clone from today: clang version 11.0.0 (https://github.com/llvm/llvm-project.git 91aa67bf290bc7f877b1b90128284863bc31aa43) I compiled a small program: #include <stdint.h> int main() { uint8_t a = 2; uint8_t b = 5; uint8_t c = a * b; } $ clang -c -target riscv32 -march=rv32imc -g main.c Works fine. The dumped assembly seems to not know