xo-pyexpression: experiment: try moving xo intrinsics into xo-jit
This commit is contained in:
parent
2a4b9a4360
commit
1f02ec02ef
2 changed files with 33 additions and 0 deletions
13
include/xo/jit/intrinsics.hpp
Normal file
13
include/xo/jit/intrinsics.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @file intrinsics.hpp
|
||||
*
|
||||
* Author: Roland Conybeare
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
extern "C" int32_t mul_i32(int32_t x, int32_t y);
|
||||
extern "C" double mul_f64(double x, double y);
|
||||
|
||||
/** end intrinsics.hpp **/
|
||||
Loading…
Add table
Add a link
Reference in a new issue