-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose templates for generating procedures and operators #61
Comments
General ideas on exposing this interface to users. Maybe it will be a good idea to rename |
renaming |
Maybe I should make a commit with fixed point arithmetic to vmath instead of exposing templates? |
@treeform Should I add fixed-point math to the library instead of making those templates available? If so, I'll just make a pull-request and close this issue. |
Do you have a link to your fixed-point math lib? I want to test to see if it works with the new genVecConstructor. |
Sorry, I don't have a link. My intention was to write the code as soon as necessary changes were made to vmath. |
@treeform What should I add for it being able to be tested? https://gist.github.com/SMT50001/9998844c15a6e5ade5aa43dfa78ba592 |
Could you please expose
genConstructor
,genMatConstructor
,genQuatConstructor
to library user? For example I would like to write a library for fixed point arithmetic and use my new datatypes with vmath, but I'll need to write these templates again.The text was updated successfully, but these errors were encountered: