Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rust implementations of compiler-rt and libm

License

NotificationsYou must be signed in to change notification settings

rust-lang/compiler-builtins

Repository files navigation

This repository contains two main crates:

  • compiler-builtins: symbols that the compiler expects to be available atlink time
  • libm: a Rust implementation of C math libraries, used to provideimplementations incore.

More details are atcompiler-builtins/README.mdandlibm/README.md.

For instructions on contributing, seeCONTRIBUTING.md.

License

  • libm may be used under theMIT License
  • compiler-builtins may be used under theMIT License and theApache License, Version 2.0 with the LLVM exception.
  • All original contributions must be under all of: the MIT license, theApache-2.0 license, and the Apache-2.0 license with the LLVM exception.

More details are inLICENSE.txt andlibm/LICENSE.txt.


[8]ページ先頭

©2009-2025 Movatter.jp