`@with_signature`: Add debug options
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 toinbounds=false, simd=false