nxdk icon indicating copy to clipboard operation
nxdk copied to clipboard

Use of nasm is not supported

Open thrimbor opened this issue 5 years ago • 0 comments

#319 introduced libjpeg-turbo, which contains code for MMX/SSE-accelerated encoding/decoding. This code is written in the nasm assembly dialect, which is currently not handled in nxdk.

To utilize this, we'll have to add nasm as a dependency and use it to handle these files.

thrimbor avatar Apr 28 '20 16:04 thrimbor