FStarLang / karamel

KaRaMeL is a tool for extracting low-level F* programs to readable C code
Apache License 2.0
395 stars 59 forks source link

new attributes for mustinline and target architecture #440

Closed karthikbhargavan closed 3 months ago

karthikbhargavan commented 4 months ago

This PR adds two attributes, one for adding KRML_MUSTINLINE and one for adding __attribute((target("...")). Still needs tests.