"platforms/vscode:/vscode.git/clone" did not exist on "5feaa943a20833774452dc10ca63d4b32da10307"
Vectorize custom expressions on CPU (#3552)
* Began implementing vectorization of Lepton expressions * Tests for vector expressions * Implemented CompiledVectorExpression for x86 * Bug fix * Optimized select() on ARM * Optimized select() on x86 * CompiledVectorExpression supports AVX * Bug fix * Updated docs * Use VEX encoded instructions for CompiledExpression * Optimized min() and max() on x86 * Optimized min() and max() on ARM * Fixed compilation error * Upgrade AsmJit
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment