[roll] Roll third_party/llvm-libc/src 4a38b94..5aa89f3 (7 commits)

5aa89f3 [libc] Enable fmaf and fma on x86_64.
b52fcf6 [libc][NFC] Instead of erroring, skip math targets with missing implementations.
0b1b65b [libc] Add x86_64 implementations of double precision cos, sin and tan.
ffc0962 [libc] Simplifies multi implementations
4de8b7d [libc] Rever "Simplifies multi implementations and benchmarks".
c398760 [libc] Simplifies multi implementations and benchmarks
8709a66 [libc] Allow target architecture customization

GitOrigin-RevId: 388445589a6ba0860530cadbdda93185b0f21a69
Change-Id: Idd7b0b05171d21d588360db26a26cdade876e1c7
1 file changed
tree: 889a6232610e48a3adee0a3636cd37c5d470a927
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.