|
|
|
|
|
by cannam
1356 days ago
|
|
MLton can't do SIMD auto-vectorisation, which unfortunately gives it a ceiling significantly below C++ compilers for the sort of thing I do. I generally use FFI calls for chunky, frequently-used vector stuff. It's a good compiler generally. |
|
MLton can do it's whole program optimization then output to LLVM which I believe should then be able to do auto-vectorization.