This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-16 21:55:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
710ffb69bfdc9281eaaad267ad85ca60ddbb94f0
llvm
/
libc
/
utils
/
MPFRWrapper
History
Harrison Hao
445837a363
[libc][math][c23] Add fmaf16 C23 math function. (
#130757
)
...
Implementation of fmaf16 function for 16-bit inputs.
2025-03-23 10:48:56 +08:00
..
check_mpfr.cpp
…
CMakeLists.txt
[libc] Use
${libc_opt_high_flag}
instead of
-O3
(
#123233
)
2025-02-07 13:36:06 -08:00
MPCommon.cpp
[libc] Fix implicit conversion warnings in tests. (
#131362
)
2025-03-14 14:24:11 -04:00
MPCommon.h
…
mpfr_inc.h
…
MPFRUtils.cpp
[libc][math][c23] Add fmaf16 C23 math function. (
#130757
)
2025-03-23 10:48:56 +08:00
MPFRUtils.h
…