mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Refactored builtins. Added reduce operations and powi. Version bump.
This commit is contained in:
committed by
Christoffer Lerno
parent
9b14340a57
commit
4fa4b2a631
@@ -114,6 +114,10 @@ macro enum_by_name($Type, char[] enum_name) @builtin
|
||||
return SearchResult.MISSING!;
|
||||
}
|
||||
|
||||
/**
|
||||
* Locality for prefetch, levels 0 - 3, corresponding
|
||||
* to "extremely local" to "no locality"
|
||||
**/
|
||||
enum PrefetchLocality
|
||||
{
|
||||
NO_LOCALITY,
|
||||
|
||||
Reference in New Issue
Block a user