Skip to content

An attempt to create a SIMD enabled Maths library for game related stuff. Currently non-working, most work is in Matrix4s.

License

Notifications You must be signed in to change notification settings

ada-game-framework/maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maths

SIMD enabled maths functions for Ada 2022.

Whilst Ada usually doesn't force you to use machine sized types like other languages do, you can make Ada get to that level of specificity quite easily, and this is what we need for these matrix types, it's gets complex fast due to the number of representations.

Copyright

See LICENCE file.

About

An attempt to create a SIMD enabled Maths library for game related stuff. Currently non-working, most work is in Matrix4s.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages