Clone this repo:

Branches

  1. 3594d5d [libc] Add memory fence utility to the GPU utilities (#91756) by Joseph Huber · 3 days ago main master
  2. a78e5d8 Reland "[libc][NFC] adjust time related implementations"" (#91687) by Schrodinger ZHU Yifan · 3 days ago
  3. 1f5fe30 [libc] avoid cmpxchg on the fastpath of callonce (#91748) by Schrodinger ZHU Yifan · 3 days ago
  4. 9874808 [libc][math] Fix exact cases for powf. (#91488) by lntue · 3 days ago
  5. 60ef3ea Revert "[libc][NFC] adjust time related implementations" (#91657) by Schrodinger ZHU Yifan · 4 days ago
  6. f8dd8c7 [libc][NFC] adjust time related implementations (#91485) by Schrodinger ZHU Yifan · 4 days ago
  7. 9d0202c [libc] Use __builtin_fma(f) by default if LIBC_TARGET_CPU_HAS_FMA is defined. (#91535) by lntue · 4 days ago
  8. f707a1c [libc] Add template deduction guide for cpp::lock_guard. (#91589) by lntue · 4 days ago
  9. 4c3dd0e [libc] Remove unused variable causing build errors by Joseph Huber · 4 days ago
  10. af18d81 [libc] Replace `MutexLock` with `cpp::lock_guard` (#89340) by Vlad Mishel · 4 days ago
  11. ce65faf [libc][fenv] Add missing FE_* definitions for some environment. (#91519) by lntue · 5 days ago
  12. 429cdb7 [libc] fix typo due to futex renaming (#91379) by Schrodinger ZHU Yifan · 6 days ago
  13. ed1351c [libc] Add __FE_DENORM to the fenv macros (#91353) by Joseph Huber · 6 days ago
  14. b858a85 [libc] clean up futex usage (#91163) by Schrodinger ZHU Yifan · 6 days ago
  15. 49c2af0 [libc][math] fmod: clear exceptions before the test instead of after by Benjamin Kramer · 6 days ago
  16. 4a36e66 [libc] add more APIs of cmgxchg variants (#91208) by Schrodinger ZHU Yifan · 7 days ago
  17. 872b2cb [libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros (#88816) by Michael Flanders · 7 days ago
  18. 5675b85 Add clarifying parenthesis around non-trivial conditions in ternary expressions. (#90391) by luolent · 9 days ago
  19. 67f7aad [libc] Fix assert dependency on macro header (#91036) by Joseph Huber · 9 days ago
  20. b81dff3 [libc] add hashtable fuzzing (#87949) by Schrodinger ZHU Yifan · 11 days ago