The Wayback Machine - https://web.archive.org/web/20210725044203/https://github.com/topics/avx
Skip to content
#

avx

Here are 166 public repositories matching this topic...

nemequ
nemequ commented Jul 11, 2021

The WebAssembly people are working on a relaxed SIMD proposal which mostly just provides alternatives for already-implemented functions, but allows for some differences between different implementations (e.g., allowing different results for out-of-range values, NaNs, etc.).

This should be pretty easy issue to resolve; we can mostly just copy the

ihhub
ihhub commented Jan 22, 2020

We have Bitmap image saving function void Save( const std::string & path, const penguinV::Image & image, uint32_t startX, uint32_t startY, uint32_t width, uint32_t height ) which locates in src/file/bmp_image.h and src/file/bmp_image.cpp files.

During file saving we purposely copy a line of image to temporary array and then write the array into file. The reason behind this is that

Improve this page

Add a description, image, and links to the avx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the avx topic, visit your repo's landing page and select "manage topics."

Learn more