Skip to content

Commit

Permalink
Add teeos
Browse files Browse the repository at this point in the history
Signed-off-by: 袁浩 <yuanhao34@huawei.com>
  • Loading branch information
袁浩 committed Sep 1, 2023
1 parent 8356615 commit 287e85a
Show file tree
Hide file tree
Showing 2 changed files with 1,381 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Expand Up @@ -139,6 +139,12 @@ cfg_if! {

mod hermit;
pub use hermit::*;
} else if #[cfg(target_os = "teeos")] {
mod fixed_width_ints;
pub use fixed_width_ints::*;

mod teeos;
pub use teeos::*;
} else if #[cfg(all(target_env = "sgx", target_vendor = "fortanix"))] {
mod fixed_width_ints;
pub use fixed_width_ints::*;
Expand Down

0 comments on commit 287e85a

Please sign in to comment.