runtime/kernel: Expose __powidf2

libconfig
David Nadlinger 2020-08-09 18:07:49 +01:00
parent 9f898dd2b8
commit 63250240d2
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ pub fn resolve(required: &[u8]) -> Option<u32> {
api!(__artiq_raise = eh_artiq::raise),
api!(__artiq_reraise = eh_artiq::reraise),
// Implementations for LLVM math intrinsics
api!(__powidf2),
// libm
api_libm_f64f64!(acos),
api_libm_f64f64!(acosh),