Monthly Archive: April 2020

0

SIMD

SIMD is a terminology for high performance calculation under the CPU. In this post we are going to look this shortly. Meaning Of SIMD SIMD means Single Instruction Multiple Data. Calculating data on reserved...

1

Inline Asm

In this post i wish to give the same information about inline assembly. What is Assembly? In short, Assembly is the machine language form of CPU. Each line of the command will be compiled...

0

[[deprecated]]

Deprecated is an annotation (an attribute) which come our life from C++14 to mark your function or class to mark it will be removed.