Nx is a multi-dimensional tensor library for Elixir with multi-staged compilation to the CPU or GPU, similar to NumPy and TensorFlow in Python. Nx is expected to be applied in image processing and machine learning. Code used by image processing and machine learning in C or C++ is often optimized for CPUs into native code with SIMD instructions. In this paper, we will show that native code with SIMD instructions is 1000x+ faster than equivalent Elixir code with Nx, to evaluate future possibilities and effectiveness of such code generation and optimization. Our future works are to implement and evaluate our proposal: a backend of Nx generating SIMD instructions by NIFs and/or BeamAsm using our compiler and/or OpenBLAS or cuBLAS.