<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/bugs/inf-float-literal.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>2024-11-05T19:40:08+00:00</updated>
<entry>
<title>Fix issue of infinity float literal (#5489)</title>
<updated>2024-11-05T19:40:08+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-11-05T19:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0336a3a8db7f50dcbb21b11a94fb1e4f31d946eb'/>
<id>urn:sha1:0336a3a8db7f50dcbb21b11a94fb1e4f31d946eb</id>
<content type='text'>
* Fix issue of infinity float literal

* add parameters for the test

* Correct the way to construct inf and nan

In WGSL, expression of "1.0/0.0" is not allowed, it will report compile error,
so to construct infinity or nan, we have to assign the float literal to a variable
and then use it to bypass the compile error.

By doing so, we add getInfinity and getNan functions to the builtin
prelude to wgsl.

---------

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Enable WebGPU tests in CI (#5239)</title>
<updated>2024-10-15T16:11:53+00:00</updated>
<author>
<name>Anders Leino</name>
<email>aleino@nvidia.com</email>
</author>
<published>2024-10-15T16:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=9e3b0367cfd63f21a0519b61b6fd13e94dac1c51'/>
<id>urn:sha1:9e3b0367cfd63f21a0519b61b6fd13e94dac1c51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for infinite literal of from 34.2432#INF (#2944)</title>
<updated>2023-06-27T18:28:01+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2023-06-27T18:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=9ddbea318d347f55c81c82e71ee09c45aeb89c59'/>
<id>urn:sha1:9ddbea318d347f55c81c82e71ee09c45aeb89c59</id>
<content type='text'>
</content>
</entry>
</feed>
