nfrechette / nfrechette/rtm

Use vectorcall for double types

Open
#75 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.