|
1 | 1 | Title : P4~16~ Language Specification
|
2 |
| -Title Note: version 1.1.0-rc |
| 2 | +Title Note: version 1.1.0 |
3 | 3 | Title Footer: &date;
|
4 | 4 | Author: The P4 Language Consortium
|
5 | 5 | Heading depth: 5
|
@@ -6973,8 +6973,8 @@ The P4 compiler should provide:
|
6973 | 6973 | |-----|-----|-----|
|
6974 | 6974 | | 1.0.0 | May 17, 2017 | Initial version. |
|
6975 | 6975 | |-----|-----|-----|
|
6976 |
| -| 1.1.0 | June 5, 2018 | Added top-level functions, optional and named parameters, `enum` | |
6977 |
| -| | | representations, parser value sets, type definitions, saturating | |
| 6976 | +| 1.1.0 | November 26, 2018 | Added top-level functions, optional and named parameters, `enum` | |
| 6977 | +| | | representations, parser value sets, type definitions, | |
6978 | 6978 | | | | saturating arithmetic, and structured annotations. |
|
6979 | 6979 | | | | Removed `globalname` annotation and added a table `size` property. |
|
6980 | 6980 | | | | Clarified semantics of operations on invalid headers, added restrictions |
|
@@ -7007,6 +7007,8 @@ The P4 compiler should provide:
|
7007 | 7007 | - Added restrictions on kinds of values that may be passed as arguments to calls.
|
7008 | 7008 | * Bitwise operator precedence (Section [#sec-grammar])
|
7009 | 7009 | - Modified precedence conventions so that bitwise operators `&` `|` and `^` have higher precedence than relation operators `<` `>` `<=` `>=`.
|
| 7010 | +* Computed bitwidths (Section [#sec-base-types]) |
| 7011 | + - Added support for specifying widths using expressions in `bit` and `varbit` types. |
7010 | 7012 |
|
7011 | 7013 | # Appendix: P4 reserved keywords { #sec-p4-keywords }
|
7012 | 7014 |
|
|
0 commit comments