Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "x-math"
version = "0.2.0"
edition = "2024"
authors = ["666rayen999"]
description = "fast math"
license = "MIT"
readme = "README.md"

[features]
default = ["acc"]
acc = []
sse = []