[all-commits] [llvm/llvm-project] efa211: [libc] Include nextafter's functions to Windows's ...
HedGarcia via All-commits
all-commits at lists.llvm.org
Wed Jul 21 06:28:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efa2115266895419352535ea2a259f93002a1d23
https://github.com/llvm/llvm-project/commit/efa2115266895419352535ea2a259f93002a1d23
Author: Hedin Garca <hedingarcia at google.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M libc/config/windows/entrypoints.txt
M libc/test/src/math/NextAfterTest.h
Log Message:
-----------
[libc] Include nextafter's functions to Windows's entrypoints
Incorporated the varied functions for nextafter and refactored
NextAfterTest.h to correctly define bitWidthOfType for both
Linux and Windows; by letting FloatProperties take care
of the directives' logic based on the platform being used.
This allows to successfully run nextafter's tests.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D106395
More information about the All-commits
mailing list