summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2019-07-03 13:58:35 -0700
committerGitHub <noreply@github.com>2019-07-03 13:58:35 -0700
commit691ebae763e29327249735d67fbb231c75b17840 (patch)
tree56a96dc8abbadccd21e1ec129ac79a861f8dc7bc /source/core
parent714b0881974965e8fcfbc57b452ef648290d14a1 (diff)
Fix declaration of scalar sincos() function. (#996)
The function was accidentally defined with a generic `int` parameter copy-pasted from the vector definition, but that made the scalar version impossible to call with inferred generic arguments, because there wasn't a way to infer `N` when it isn't used in the parameter list. Includes a simple test case to confirm that the front-end no longer chokes on calls to scalar `sincos()`.
Diffstat (limited to 'source/core')
0 files changed, 0 insertions, 0 deletions