Skip to content

Commit 771a449

Browse files
committed
fixup! [libc][math][c23] Add f16divf C23 math function
Restore include of "hdr/errno_macros.h".
1 parent 44fb424 commit 771a449

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/src/__support/FPUtil/generic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ add_header_library(
5151
HDRS
5252
div.h
5353
DEPENDS
54+
libc.hdr.errno_macros
5455
libc.hdr.fenv_macros
5556
libc.src.__support.CPP.bit
5657
libc.src.__support.CPP.type_traits

libc/src/__support/FPUtil/generic/div.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef LLVM_LIBC_SRC___SUPPORT_FPUTIL_GENERIC_DIV_H
1010
#define LLVM_LIBC_SRC___SUPPORT_FPUTIL_GENERIC_DIV_H
1111

12+
#include "hdr/errno_macros.h"
1213
#include "hdr/fenv_macros.h"
1314
#include "src/__support/CPP/bit.h"
1415
#include "src/__support/CPP/type_traits.h"

0 commit comments

Comments
 (0)