Shawn Landden
Shawn Landden
It would nice to be able to do this without openssl.
it looks like you wrote the cpu detection code in openssl. It would be nice if that stuff (which is important for using these routines) was here, so the license...
(connman-ui-gtk:55970): GLib-CRITICAL **: Source ID 4415 was not found when attempting to remove it
If the Cortex-M0 can have a slow multiply option (32 cycles I believe), why can't the VexRiscv have it to save space? (I am not sure if there is a...
mesh uses *many* symbols from glibc, and I didn't manage to build it against musl either. I was interested in investigating using it as an allocator for zig, which does...
If ccache has the information to invalidate oldest cache entries, then it probably has enough information to gather statistics on how old each hit is, which would let it calculate...
Fixes (glibc 2.27-3ubuntu1 amd64) ``` cc -O3 -march=native -Wall -pedantic -std=gnu11 -D_FILE_OFFSET_BITS=64 -o extract-keys -lresolv extract-keys.c /tmp/ccOwy8hE.o: In function `print_key.part.0': extract-keys.c:(.text+0x3b5): undefined reference to `__b64_ntop' extract-keys.c:(.text+0x3ca): undefined reference to `__b64_ntop'...
`` is defined by a spec that ARM releases, and implemented by compilers. It is not a "real" header file. This happen with either included first. ``` [2/244] Building CXX...
i.e. https://gcc.gnu.org/onlinedocs/gcc-6.1.0/gcc/PowerPC-Built-in-Functions.html#PowerPC-Built-in-Functions this should be a tiny bit faster than getauxval() when it is supported.
I can't comment here: https://trac.torproject.org/projects/tor/ticket/13018 I just wanted to note that the math routines that glibc/musl uses are from here: https://github.com/ARM-software/optimized-routines/tree/master/math and are high quality, and Firefox could just statically...