Tune @expect, @likely, @unlikely and @prefetch macros.

This commit is contained in:
Dmitry Atamanov
2023-08-24 17:19:09 +05:00
committed by Christoffer Lerno
parent f5fea69ef9
commit b77f254ab1
4 changed files with 33 additions and 19 deletions

View File

@@ -57,7 +57,7 @@ int abc;
fn void test_prefetch()
{
prefetch(&abc);
@prefetch(&abc);
}
fn void test_hash()