Use vectorcall for double types
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 799
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
quatd, vector4d, and the other types can use __vectorcall as well where available. We need to add the proper macro to function signatures and we need to add an equivalent to quatfarg_1 for function arguments.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the double-precision types, including quatd and vector4d, and compare their function signatures with the existing quatfarg_1 argument pattern and available vectorcall macros. Done means the appropriate macro is present on applicable signatures and an equivalent double-type function-argument helper has been added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100