← Back to context Comment by sevenzero 2 months ago Code should at all points be easy to reason about. Is SIMD easy to reason about? No. 3 comments sevenzero Reply Archit3ch 2 months ago If uglier code can turn your non-realtime app into realtime, then it's worth it. taylodl 2 months ago That's why I suggested making macros sevenzero 2 months ago I refuse macros for the same reason. Sure they can be handy, but usually they make code harder to read too.
Archit3ch 2 months ago If uglier code can turn your non-realtime app into realtime, then it's worth it.
taylodl 2 months ago That's why I suggested making macros sevenzero 2 months ago I refuse macros for the same reason. Sure they can be handy, but usually they make code harder to read too.
sevenzero 2 months ago I refuse macros for the same reason. Sure they can be handy, but usually they make code harder to read too.
If uglier code can turn your non-realtime app into realtime, then it's worth it.
That's why I suggested making macros
I refuse macros for the same reason. Sure they can be handy, but usually they make code harder to read too.