Skip to content

Commit adef262

Browse files
committed
[libc][math][c23] Do some change for comments.
1 parent 71149fd commit adef262

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4249,6 +4249,7 @@ add_entrypoint_object(
42494249
../fmaf16.h
42504250
DEPENDS
42514251
libc.src.__support.FPUtil.fma
4252+
libc.src.__support.macros.properties.types
42524253
)
42534254

42544255
add_entrypoint_object(

libc/test/src/math/smoke/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,6 +3572,7 @@ add_fp_unittest(
35723572
FmaTest.h
35733573
DEPENDS
35743574
libc.src.math.fmaf16
3575+
libc.src.__support.macros.properties.types
35753576
)
35763577

35773578
add_fp_unittest(

libc/test/src/math/smoke/fmaf16_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Unittests for fmaxf16 --------------------------------------------===//
1+
//===-- Unittests for fmaf16 ----------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ math_test(
476476

477477
math_test(
478478
name = "fmaf16",
479-
hdrs = ["FMaxTest.h"],
479+
hdrs = ["FmaTest.h"],
480480
)
481481

482482
math_test(

0 commit comments

Comments
 (0)