<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/front-end/sincos.slang, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2019-07-03T20:58:35+00:00</updated>
<entry>
<title>Fix declaration of scalar sincos() function. (#996)</title>
<updated>2019-07-03T20:58:35+00:00</updated>
<author>
<name>Tim Foley</name>
<email>tfoleyNV@users.noreply.github.com</email>
</author>
<published>2019-07-03T20:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=691ebae763e29327249735d67fbb231c75b17840'/>
<id>urn:sha1:691ebae763e29327249735d67fbb231c75b17840</id>
<content type='text'>
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()`.</content>
</entry>
</feed>
