-
Hi!
I was curious to see this in action on Linux. Here's the quick hack to get it running:
```diff
diff --git a/main.c b/main.c
index c73f8f6..686216e 100644
--- a/main.c
+++ b/main.c
@@ -1,6…
-
When I run the RUS main file on pyhton, I get the following attribute error:
**AttributeError: 'Namespace' object has no attribute 'c11'**
Any suggestions to fix it?
-
## Description
Building my own c++ project fails when building with CMake
## Background Information / Reproduction Steps
I use the following CMakeLists.txt to build the project
```
cm…
-
@v0dro I have to use `gem install ndtypes --verbose --pre -- --with-cflags="-std=c11"` for the build.
Is it possible to integrate `-std=c11` in some configuration file?
skrah updated
6 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR24108](https://bugs.llvm.org/show_bug.cgi?id=24108) |
| Status | NEW |
| Importance | P normal |
|…
-
This is the kernel being executed in the first `atomic_flag` test, but I'm actually wondering what in the OpenCL spec guarnatees that this executes as expected by the CTS.
More specifically, what p…
-
What does the script do?
- Identify the suppression file based on the spec PR or based on the spec path
- Load the suppression file
- Label the spec PR based on the suppression content
-
**Describe the bug**
See video. Will only give a black screen when trying to play a vid from whatsapp
**To Reproduce**
Watch a video on whatsapp
**Expected behavior**
Should play vid from whatsapp …
-
This test works fine in system qemu.
Smaller version of this test:
```c
/* Test for _Atomic in C11. Test that compare-and-exchange is
operating properly when operations on the same variable …
-
### Describe the bug
Currently Datafusion will inline all CTE, a non-deterministic expression can be executed multiple times producing different results
### To Reproduce
Consider the following qu…