Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make cases for lowstar_endianness consistent #252

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/krml/internal/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef struct FStar_UInt128_uint128_s {
* latter is for internal use. */
typedef FStar_UInt128_uint128 FStar_UInt128_t, uint128_t;

#include "krml/lowstar_endianness.h"
#include "krml/lowstar_endianness_builtins.h"

#endif

Expand Down
2 changes: 1 addition & 1 deletion include/krmllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "krml/internal/debug.h"
#include "krml/internal/types.h"

#include "krml/lowstar_endianness.h"
#include "krml/lowstar_endianness_builtins.h"
#include "krml/fstar_int.h"

#endif /* __KRMLLIB_H */
2 changes: 1 addition & 1 deletion krmllib/dist/minimal/FStar_UInt128.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <inttypes.h>
#include <stdbool.h>
#include "krml/internal/compat.h"
#include "krml/lowstar_endianness.h"
#include "krml/lowstar_endianness_builtins.h"
#include "krml/internal/types.h"
#include "krml/internal/target.h"
static inline FStar_UInt128_uint128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <inttypes.h>
#include <stdbool.h>
#include "krml/internal/compat.h"
#include "krml/lowstar_endianness.h"
#include "krml/lowstar_endianness_builtins.h"
#include "krml/internal/types.h"
#include "krml/internal/target.h"
static inline void store128_le(uint8_t *x0, FStar_UInt128_uint128 x1);
Expand Down
2 changes: 1 addition & 1 deletion krmllib/hints/C.fst.hints

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions krmllib/hints/Spec.Loops.fst.hints

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.