-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
122 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# VectorMath changelogs v0.5.0-dev | ||
- Remove float32_t (impractical, float is IEEE-754, which have fixed size in definition) | ||
- Docs for typedef of clang implementation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## TODOs | ||
- Add project showcases | ||
- API docs and usage docs | ||
- Full clang extensions without deps on `__m128` for portable (on clang implementation) | ||
- Make an example that use full advantages of clang vector extensions | ||
- Benchmarking | ||
- Maybe pattern solution for common problem in game/graphics development | ||
- Make the first stable release | ||
- Support more systems: left/right handed, vertical/horizontal field of view |
Oops, something went wrong.