Vectors in assembly language PART2

Опубликовано: 18 Август 2024
на канале: Computing Mongoose
31
4

Introduction to vectors: scalar product, dot product, Hadamard product. I'm using floating point 32-bits representations for vector values.

Resources:
PART1:    • Vectors in assembly language PART1  
Dot Product: https://en.wikipedia.org/wiki/Dot_pro...
Hadamard Product: https://en.wikipedia.org/wiki/Hadamar...)

#assemblylanguage #x86 #64bits #linux