Skip to content

`@with_signature`: Add debug options

Florian Atteneder requested to merge fa/withsig-options into main

This PR adds three new options

  • @with_signature [inbounds=false] function ...: disable the @inbounds macro before the for loop
  • @with_signature [simd=false] function ...: disable the @simd macro before the for loop
  • @with_signature [debug=true] function ...: equivalent to inbounds=false, simd=false

Merge request reports