v8/third_party/glibc
Scott Violet 4588fe544f adds the ability for v8 to use sin/cos from libm
This is controlled by a gn arg, which defaults to true for clang
builds. I'm limiting to clang builds as the macros for determining
endian type are currently clang specific. My understanding is that
chrome only uses clang. I can update the endian macros if necessary
for other targets.

Bug=v8:13477

Change-Id: I604f99a2464b1d57f792bb339f9240ef043251e7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4000442
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84577}
2022-11-30 16:47:27 +00:00
..
src/sysdeps/ieee754/dbl-64
LICENSE
METADATA
README.v8

Name: glibc
URL: https://www.gnu.org/software/libc/
License: LGPL 2.1
License File: LICENSE
Upstream Git: https://sourceware.org/git/?p=glibc.git;a=summary
Last Upstream Merge: 985ff73ad29bc4cc4e15ce6d182ecd808b7b02d7, Nov 1 2022

This directory contains a handful of files that are forked from glibc.