Expand description
Compiler attributes for SIMD optimization
Constantsยง
- COLD
- Cold code (rarely executed)
- FORCE_
INLINE - Force inlining for SIMD operations
- HOT
- Hot code (frequently executed)
- NEVER_
INLINE - Never inline (for larger functions)
- NO_
MANGLE - No mangle (for C FFI)
- REPR_
ALIGN - Repr align (for SIMD alignment)
- REPR_C
- Repr C (for C compatibility)
- TARGET_
FEATURE - Target-specific optimization