Skip to content

Commit

Permalink
Merge pull request #647 from hacspec/franziskus/fstar-core-neon-types
Browse files Browse the repository at this point in the history
add neon types to F* core model
  • Loading branch information
franziskuskiefer authored Apr 30, 2024
2 parents ea3975d + 995a54b commit 80f632a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proof-libs/fstar/core/Core.Core_arch.Arm_shared.Neon.fsti
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module Core.Core_arch.Arm_shared.Neon

val t_int16x4_t:Type0
val t_int32x2_t:Type0
val t_int32x4_t:Type0
val t_int64x2_t:Type0
val t_uint32x4_t:Type0
val t_uint8x16_t:Type0

0 comments on commit 80f632a

Please sign in to comment.