mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Reduce build latency and fix old cpu bugs
This commit is contained in:
parent
df8ab0aa0c
commit
533f3d1ef1
69 changed files with 43069 additions and 43683 deletions
2
third_party/mbedtls/shiftright.c
vendored
2
third_party/mbedtls/shiftright.c
vendored
|
@ -22,7 +22,7 @@
|
|||
void (*ShiftRight)(uint64_t *, size_t, unsigned char);
|
||||
|
||||
static textstartup void ShiftRightInit(void) {
|
||||
ShiftRight = X86_HAVE(AVX) ? ShiftRightAvx : ShiftRightPure;
|
||||
ShiftRight = 0 && X86_HAVE(AVX) ? ShiftRightAvx : ShiftRightPure;
|
||||
}
|
||||
|
||||
const void *const ShiftRightCtor[] initarray = {ShiftRightInit};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue