Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / libc / docs / talks.rst
blob7e560964d6aa5f11a4846e57457b538a70f12218
1 =====
2 Talks
3 =====
4 ----
5 2023
6 ----
7 * Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
9   * `slides <https://drive.google.com/file/d/1Gchrc3AXKXAWFI1nk8Y1x8UsoQSp8XjF/view>`__
10   * `video <https://www.youtube.com/watch?v=kBSJqVWNQLY>`__
11 * The LLVM C Library for GPUs - Joseph Huber
13   * `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf>`__
14   * `video <https://www.youtube.com/watch?v=_LLGc48GYHc>`__
15 * The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy
17   * `slides <https://github.com/boostcon/cppnow_presentations_2023/blob/main/cppnow_slides/The_Challenges_of_Implementing_the_C_Standard_Library_in_Cpp.pdf>`__
18   * `video <https://www.youtube.com/watch?v=cuVrWUGSIgM>`__
20 ----
21 2022
22 ----
23 * Using LLVM's libc - Sivachandra Reddy, Michael Jones, Tue Ly
25   * `slides <https://llvm.org/devmtg/2022-11/slides/Tutorial1-UsingLLVM-libc.pdf>`__
26   * `video <https://www.youtube.com/watch?v=OpY4lnpnbq4>`__
27 * Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
29   * `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk7-UsingModernCPUInstructionsToImproveLLVM-libcMathLib>`__
30   * `video <https://www.youtube.com/watch?v=9bvdbdn0nMA>`__
31 * Approximating at Scale: How strto float in LLVM’s libc is faster - Michael Jones
33   * `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk3-ApproximatingatScale-StringToFloat.pdf>`__
34   * `video <https://www.youtube.com/watch?v=s-UjbTV8p6g>`__