author | Siva Chandra <sivachandra@google.com> | |
Tue, 20 Apr 2021 04:06:25 +0000 (04:06 +0000) | ||
committer | Siva Chandra Reddy <sivachandra@google.com> | |
Wed, 21 Apr 2021 04:31:27 +0000 (04:31 +0000) | ||
commit | 95934c3a37cb00e4fff6042c52837b42f6219772 | |
tree | e081a7816d360af7ac0f594870838392a66d00e1 | tree | snapshot |
parent | 05eeed9691aeb3e0316712195b998e9078cdceb0 | commit | diff |
libc/config/linux/aarch64/entrypoints.txt | diff | blob | history | |
libc/config/linux/x86_64/entrypoints.txt | diff | blob | history | |
libc/src/math/CMakeLists.txt | diff | blob | history | |
libc/src/math/fma.cpp | [new file with mode: 0644] | blob |
libc/src/math/fma.h | [new file with mode: 0644] | blob |
libc/src/math/fmaf.cpp | [new file with mode: 0644] | blob |
libc/src/math/generic/CMakeLists.txt | diff | blob | history | |
libc/test/src/math/CMakeLists.txt | diff | blob | history | |
libc/test/src/math/fma_test.cpp | [new file with mode: 0644] | blob |
libc/utils/FPUtil/FMA.h | [new file with mode: 0644] | blob |
libc/utils/FPUtil/aarch64/FMA.h | [new file with mode: 0644] | blob |
libc/utils/FPUtil/generic/FMA.h | [moved from libc/src/math/generic/fmaf.cpp with 82% similarity] | diff | blob | history |
libc/utils/FPUtil/generic/README.md | [new file with mode: 0644] | blob |
libc/utils/FPUtil/x86_64/FMA.h | [new file with mode: 0644] | blob |