-
```cs
[MethodImpl(MethodImplOptions.NoInlining)]
private static bool Foo1(ref int t1, ref int t2)
where TVector : struct, ISimdVector
{
TVector vec1 = TVector.LoadUnsafe(ref t1);
TVe…
-
I just tried the fancy-regex version of syntect for the first time (thank you for everyone involved!).
Here are a few of the problems I have encountered so far:
- The [PHP syntax in sublimehq/Pa…
-
Note: there is the "A-rust-for-linux" label in the `rust` repository: https://github.com/rust-lang/rust/labels/A-rust-for-linux.
## Features that we would like to see
### Required (we almost cer…
ojeda updated
28 minutes ago
-
With ROCm 5.5, the inclusion of `hip/hip_cooperative_groups.h` results in a compile error on debug builds:
```c++
In file included from /opt/rocm-5.5.0/include/hip/hip_cooperative_groups.h:38:
/opt…
-
When activating the "Optimize code, inline standard funtions" (`-Os`) or the "Optimize code, inline more code" (`-Oi`) option, if a C source code has (in sequence) a direct write statement and a direc…
-
For example, there's [an old branch](https://github.com/servo/html5ever/tree/sse) to use SSE 4.2 string instructions in tokenization, which realized a speedup of about 10% and could probably be pushed…
-
README.md says:
```
Add the Quick Converter namespace to your xaml files so you can reference it.
xmlns:qc="http://QuickConverter.CodePlex.com/"
```
Should it really still point to Codeplex?
…
-
👋 I notice this grammar includes various assembly grammars, I was wondering what you use to supply them (some searching around I couldn't find any sources for these that worked -- for now I'm stubbing…
-
# Gas Optimizations
The following sections detail the gas optimizations found throughout the codebase. Each optimization is documented with the setup, an explainer for the optimization, a gas report …
-
# Use stable rust
Many crates (like cortex-m, cortex-m-rt etc.) can now be used using only stable features of Rust.
As the tock kernel itself is language-agnostic it should be no problem to move lib…