[libc] Add hardware implementations of x86_64 sqrt functions.
authorSiva Chandra Reddy <sivachandra@google.com>
Mon, 14 Jun 2021 21:24:57 +0000 (21:24 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Mon, 14 Jun 2021 21:25:37 +0000 (21:25 +0000)
commita58b2827feceaa27193318a12e3a06893eabdcb6
tree98b881fb3ba2ff634b4ff09b0403775f5fd9c096
parentb87894a1d28f3819e38c11ce1fdf05113ac5ca34
[libc] Add hardware implementations of x86_64 sqrt functions.
libc/src/math/x86_64/CMakeLists.txt
libc/src/math/x86_64/sqrt.cpp [new file with mode: 0644]
libc/src/math/x86_64/sqrtf.cpp [new file with mode: 0644]
libc/src/math/x86_64/sqrtl.cpp [new file with mode: 0644]