mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Tune @expect, @likely, @unlikely and @prefetch macros.
This commit is contained in:
committed by
Christoffer Lerno
parent
f5fea69ef9
commit
b77f254ab1
@@ -57,7 +57,7 @@ int abc;
|
||||
|
||||
fn void test_prefetch()
|
||||
{
|
||||
prefetch(&abc);
|
||||
@prefetch(&abc);
|
||||
}
|
||||
|
||||
fn void test_hash()
|
||||
|
||||
Reference in New Issue
Block a user