-
ISPC generates suspicious code for `rcp_fast` function for avx512spr-x32 and avx512spr-x64 targets.
The following example
```ispc
uniform double foo(uniform double x) {
return rcp_fast(x);
…
-
I'm trying to use Dafny to generate a Java artifact. Using the defaults, my Dafny code generates Java code that compiles and runs. However, the produced package names are not very "java-like" (e.g. …
-
In GitLab by @hansihe on Dec 24, 2021, 19:44
There are several different variants of this, all of which I found in interfaces by `NetworkManager`.
---
### Case 1: Method collision with property
Se…
-
Cobra has the ability to provide pre defined code (cobra init, cobra add) to the user and allows the user to specify a license he/she wants to use for his/her project. The problem I am seeing here: Co…
-
-
```
What steps will reproduce the problem?
1. Update to -r151
2. Generate code for any WS
3. Add code to project and compile
What is the expected output?
A successful compilation
What do you see ins…
-
```
What steps will reproduce the problem?
1. Update to -r151
2. Generate code for any WS
3. Add code to project and compile
What is the expected output?
A successful compilation
What do you see ins…
-
Original [issue 55](https://code.google.com/p/soi-toolkit/issues/detail?id=55) created by soi-toolkit on 2010-11-11T23:02:25.000Z:
Explain the possibility to provide a custom groovy implementation of…
hdahl updated
9 years ago
-
```
What steps will reproduce the problem?
1. Update to -r151
2. Generate code for any WS
3. Add code to project and compile
What is the expected output?
A successful compilation
What do you see ins…
-
At the moment, the C++ standalone generated code works, but is not terribly user readable, and even less user modifiable. Some things that would improve that:
- [ ] Insert comments into the generated …