mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
update docs
This commit is contained in:
12
docs/source/api_simd.rst
Normal file
12
docs/source/api_simd.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
SIMD API
|
||||
================================
|
||||
|
||||
SIMD api is special api for SIMD operations. **glmm_** prefix is used for SIMD operations in cglm. It is used in many places in cglm.
|
||||
You can use it for your own SIMD operations too. In the future the api may be extended by time.
|
||||
|
||||
Supported SIMD architectures ( may vary by time )
|
||||
|
||||
* SSE / SSE2
|
||||
* AVX
|
||||
* NEON
|
||||
* WASM 128
|
||||
Reference in New Issue
Block a user