Jim Huang
Jim Huang
commit 990541d80dc809237625a7fd2cbcb0350166bd56 introduced clang/Windows build for GitHub Actions.
`_mm_aesdec_si128` is implemented in commit 0f28c2539e950cd8dde2f042c39b87cd61c82937 .
Per commit df9b58d283d1ad0fcfa6246225bda6ab5eae2ea6, we stick to the popcount implementation provided by GNU toolchain.
I am not sure if `ARMV8_A_32BIT` is a good name to refer to the 32-bit ISA in ARMv8-A. Would it be better to specify `A32` instead? [Wikipedia](https://en.wikipedia.org/wiki/AArch64) defines AArch32 as...
> Thanks for the information, I think the so-called "ARMv8 in 32-bit execution mode" should refer to A32 instruction set. Then, you can add A32 specific items in CI pipeline,...
Drop this issue in favor of #84
newlib implementation for `strcmp` and `strncmp`: * [newlib/libc/string/strcmp.c](https://github.com/picolibc/picolibc/blob/main/newlib/libc/string/strcmp.c) * [newlib/libc/string/strncmp.c](https://github.com/picolibc/picolibc/blob/main/newlib/libc/string/strncmp.c)
> To investigate the issue, I examined the **Makefile** but couldn't determine the purpose of `TARGET_EXEC`. It appears that `TARGET_EXEC` is set to `ARM_EXEC` when the target is ARM in...
The proposed change was far away from the mainline. Drop it.
Video: [computers suck at division (a painful discovery)](https://youtu.be/ssDBqQ5f5_0).