Skip to content

s3bk/bullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bullet

An attempt at a computer algbra system written in Rust

(It also contains a few useful traits, a proc_macro to turn mathematical notation into Rust code, avx-assembly or executable code.)

Building:

Bullet makes use of unstable features, so a nightly rustc is needed to compile it.

To build it, you will need a CPU supporting avx and enable it:

Write the following into math/.cargo/config to enable it just here:

[build]
rustflags = "-C target-cpu=native"

(It also works without avx, but then the JIT insn't avaible.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages