

Modern Arm Assembly Language Programming - Kusswurm, Daniel
- Format: Broché
- 488 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtreExpédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.
Nos autres offres
-
33,16 €
Produit Neuf
Ou 8,29 € /mois
- Livraison à 0,01 €
- Livré entre le 4 et le 7 août
-
44,61 €
Produit Neuf
Ou 11,15 € /mois
- Livraison à 0,01 €
- Livré entre le 4 et le 7 août
-
78,74 €
Produit Neuf
Ou 19,69 € /mois
- Livraison à 0,01 €
Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.
-
80,10 €
Produit Neuf
Ou 20,03 € /mois
- Livraison : 3,99 €
- Livré entre le 28 et le 30 juillet
-
76,00 €
Occasion · Comme Neuf
Ou 19,00 € /mois
- Livraison : 25,00 €
- Protection acheteurs :
- 0,00 €
Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Modern Arm Assembly Language Programming Format Broché - Livre Informatique
0 avis sur Modern Arm Assembly Language Programming Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Chamäleon : La Grammaire Allemande Sur Le Bout De La Langue - 137 Rappels, 323 Exercices Et Corrigés
1 avis
Neuf dès 22,40 €
-
Building With Straw Bales: A Practical Manual For Self-Builders And Architects Volume 6
Neuf dès 39,76 €
-
Vues De Paris À L'aquarelle - Ouvrage Bilingue
4 avis
Neuf dès 19,00 €
-
Initiation
Occasion dès 48,99 €
-
Civilisation Des Etats-Unis
Neuf dès 25,90 €
-
Michel Vaillant Le Fantôme Des 24 Heures
Occasion dès 19,88 €
-
Designing Creatures And Characters
Neuf dès 40,68 €
Occasion dès 35,00 €
-
Peugeot 206 Petrol & Diesel (98 - 01) Haynes Repair Manual
Neuf dès 40,97 €
-
La Mort De Radiguet. Yukio Mishima. Bilingue. Gallimard. Traduit Du Japonais Par Dominique Palme.(2012)
2 avis
Occasion dès 28,00 €
-
Fichte, Reden An Die Deutsche Nation
Neuf dès 21,00 €
-
Fiches De Civilisation Américaine Et Britannique
Neuf dès 26,50 €
Occasion dès 21,00 €
-
The Reconstruction Of Nations
Neuf dès 30,09 €
-
A Companion To The Cantos Of Ezra Pound
Neuf dès 48,81 €
Occasion dès 50,80 €
-
Civilisation Britannique
1 avis
Neuf dès 24,90 €
-
Joi Travalh E Soufransa De Ma Gent Biografie Di Anziani Delle Valli Cluuzoun E Sanmartin
Occasion dès 34,00 €
-
Anglais Spécial Toeic - Cahier De Vacances
Occasion dès 30,59 €
-
The Class Struggle In The Ancient Greek World
Neuf dès 39,09 €
-
Record Of Lodoss War Illustrations
2 avis
Occasion dès 20,00 €
-
Handling The Big Jets
Neuf dès 65,05 €
Occasion dès 32,84 €
-
Borderlands 2 Game Of The Year Edition Strategy Guide
1 avis
Neuf dès 43,51 €
Produits similaires
Présentation Modern Arm Assembly Language Programming Format Broché
- Livre InformatiqueAuteur(s) : Kusswurm, DanielEditeur : Apress L.P.Langue : AnglaisParution : 01/10/2020Format : Moyen, de 350g à 1kgNombre de pages : 488Expédition : 909Dimensions : 25.4 x 17.8 x 2.7 ...
Résumé :
Gain the fundamentals of Armv8-A 32-bit and 64-bit assembly language programming. This book emphasizes Armv8-A assembly language topics that are relevant to modern software development. It is designed to help you quickly understand Armv8-A assembly language programming and the computational resources of Arm's SIMD platform. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential Armv8-A assembly language constructs and SIMD programming concepts. After reading this book, you will be able to code performance-optimized functions and algorithms using Armv8- A 32-bit and 64-bit assembly language.
Modern Arm Assembly Language Programming accentuates the coding of Armv8-A 32-bit and 64-bit assembly language functions that are callable from C++. Multiple chapters are also devoted to Armv8-A SIMD assembly language programming. These chapters discuss how to code functions that are used in computationally intense applications such as machine learning, image processing, audio and video encoding, and computer graphics.
The source code examples were developed using the GNU toolchain (g++, gas, and make) and tested on a Raspberry Pi 4 Model B running Raspbian (32-bit) and Ubuntu Server (64-bit). It is important to note that this is a book about Armv8-A assembly language programming and not the Raspberry Pi.
What You Will Learn
See essential details about the Armv8-A 32-bit and 64-bit architectures including data types, general purpose registers, floating-point and SIMD registers, and addressing modes
Use the Armv8-A 32-bit and 64-bit instruction sets to create performance-enhancing functions that are callable from C++ Employ Armv8-A assembly language to efficiently manipulate common data types and programming constructs including integers, arrays, matrices, and user-defined structures
Create assembly language functions that perform scalar floating-point arithmetic using the Armv8-A 32-bit and 64-bit instruction sets
Harness the Armv8-A SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, mathematics, and statistics.
Apply leading-edge coding strategies and techniques to optimally exploit the Armv8-A 32-bit and 64-bit instruction sets for maximum possible performance
Who This Book Is For
Software developers who are creating programs for Armv8-A platforms and want to learn how to code performance-enhancing algorithms and functions using the Armv8-A 32-bit and 64-bit instruction sets. Readers should have previous high-level language programming experience and a basic understanding of C++.
Biographie:
Daniel Kusswurm has over 35 years of professional experience as a software developer and computer scientist. During his career, he has developed innovative software for medical devices, scientific instruments, and image processing applications. On many of these projects, he successfully employed assembly language to significantly improve the performance of computationally intense algorithms or solve unique programming challenges. His educational background includes a BS in electrical engineering technology from Northern Illinois University along with an MS and PhD in computer science from DePaul University. Daniel Kusswurm is also the author of Modern X86 Assembly Language Programming (ISBN-13: 978-1484200650) and Modern X86 Assembly Language Programming, Second Edition (ISBN-13: 978-1484240625), both published by Apress.
Sommaire:
Détails de conformité du produit
Personne responsable dans l'UE