[roll] Roll fuchsia [superproject] Roll llvm-project/libc 3705f33..8a2ef8b (7 commits)

8a2ef8b [libc][math][c23] Add logf16 C23 math function (#106072)
3f62774 [libc][math] Add test and fix atan2f crashing when flush-denorm-to-zero (FTZ) and denorm-as-zero (DAZ) modes are set. (#112828)
3d203f5 [libc][math] Fix signed zeros for powf when underflow happens. (#112601)
fff4412 [libc] Commit document formatting change someone left
9a5bdd7 [libc] changed the return cast from static_cast<float16> to fputil::cast<float16> in exp10f16.cpp. (#112889)
9be1b95 [libc][math] Add option to set a specific exponent for frexp with Inf/NaN inputs. (#112387)
8a3582e [libc][math][c23] Add tanhf16 C23 math function (#106006)

GitOrigin-RevId: 48136cc8a4ecb966dd5435ed87e078d389941c25
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1140591
Original-Revision: 94c7b0619b6e88abedb8df93e451fcda3470dfac
Change-Id: I7288ead8c2428d2ff824349b4a16157771bc55f0
1 file changed
tree: b726687bd09ba325d9c4b44d067033892a855261
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.