The MASM Forum

Miscellaneous => The Orphanage => Topic started by: daydreamer on July 16, 2021, 09:28:09 PM

Title: C code exercises
Post by: daydreamer on July 16, 2021, 09:28:09 PM
Exercises that made in assembler version, gets you extra exercise
Calculator, can be done with gp regs,integer or fixed point,fpu,SSE,SSE2,AVX
Made AVX calculator
Chinese unicode number output
Pythagoras
X^2 curve equations solver
Taylor series
Primes
Card game Shuffle,+exercises to add functionality ala poker game
Iteration vs recursion Fibonacci benchmark?
Sorting Algos





Title: Re: C code exercises
Post by: daydreamer on July 18, 2021, 11:04:03 PM
How fast can SIMD combined with SIMT speedup?
https://software.intel.com/content/www/us/en/develop/articles/easy-simd-through-wrappers.html  (https://software.intel.com/content/www/us/en/develop/articles/easy-simd-through-wrappers.html)