[all-commits] [llvm/llvm-project] a58b28: [libc] Add hardware implementations of x86_64 sqrt...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jun 14 14:35:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a58b2827feceaa27193318a12e3a06893eabdcb6
https://github.com/llvm/llvm-project/commit/a58b2827feceaa27193318a12e3a06893eabdcb6
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M libc/src/math/x86_64/CMakeLists.txt
A libc/src/math/x86_64/sqrt.cpp
A libc/src/math/x86_64/sqrtf.cpp
A libc/src/math/x86_64/sqrtl.cpp
Log Message:
-----------
[libc] Add hardware implementations of x86_64 sqrt functions.
More information about the All-commits
mailing list