-
Consider the following program
program main
IMPLICIT NONE
INTEGER:: I
!$ INTEGER :: omp_id
!$OMP PARALLEL DO
DO I=1,100
print *, omp_id
ENDDO
!$OMP END PAR…
-
http://bugzilla.xmos.local/show_bug.cgi?id=16234
**_Peter Hedinger 2014-12-12 14:10:40 GMT_**
The lib_ethernet/tests/test_4_1_4 is failing now that I enabled filler threads to stress the timing.
…
-
Would it be possible to add a pragma or attribute to mark CTFE-only code, such that it is omitted from the code generation? Our project uses CTFE _a lot_, most of the functions are templated and many …
yanok updated
5 hours ago
-
### What is the issue?
More context [here](https://discord.com/channels/707636530424053791/1123687185837740053/1304085738824011777).
Some defaults are not intuitive. It's better to be documente…
-
I have noticed some inconsistencies in the handling for SQLite pragmas.
1. There is a setter for `busy_timeout=` but no getter. Likewise for `ignore_check_constraints=`.
2. No accessors for `anal…
-
### Tested versions
- Reproducible in: v4.3.stable.flathub [77dcf97d8]
### System information
Godot v4.3.stable (77dcf97d8) - Freedesktop SDK 23.08 (Flatpak runtime) - X11 - Vulkan (Forward+)…
-
I used the Yargen tool and found a bug in the tool.
wrong code:
void test(int *acc, int *inc) {
#pragma omp simd
for (int i = 0; i < 16; i++)
*acc += *inc;
}
OK code:
void test(i…
-
I'm thinking of changing the include file header guards for files in the `e` directory to use `#pragma once`. This feature is not in the standard, but is implemented in all compilers I can imagine us…
-
Hi,
when trying to synthesize the generated register map with Design compiler, I get warnings due to
assertions that check the generated block behavior:
```
Line 1289: Warning: /tmp/dummy_blo…
-
Hi! A while ago, I noticed that, while working on a text adventure that uses Hidden64, I am unable to separate the strings in one module to separate memory areas. I tried both #pragma local-strings(…