https://github.com/shader-slang/slang
Revision ed29b2994e99e0531488a0d46ff82348b62b070e authored by Tim Foley on 07 November 2017, 18:09:16 UTC, committed by Tim Foley on 07 November 2017, 18:58:59 UTC
The test case had previously been calling `GroupBarrierWithGroupSync` as if it was a special-cased instruction, but now it is just calling it as an ordinary (intrinsic) function.

I haven't removed the now-useless instruction, but it would be a good cleanup to go through and eliminate all the instruction cases we aren't using in the near future.
1 parent f4c4f63
History
Tip revision: ed29b2994e99e0531488a0d46ff82348b62b070e authored by Tim Foley on 07 November 2017, 18:09:16 UTC
Fix expected output for loop test now that barrier isn't an intrinsic
Tip revision: ed29b29
File Mode Size
build
docs
examples
external
source
tests
tools
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 398 bytes
.gitmodules -rw-r--r-- 107 bytes
.travis.yml -rw-r--r-- 1.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 6.3 KB
README.md -rw-r--r-- 6.2 KB
appveyor.yml -rw-r--r-- 3.5 KB
slang.h -rw-r--r-- 35.4 KB
slang.sln -rw-r--r-- 9.1 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top