• Kapcsolat

  • Hírlevél

  • Rólunk

  • Szállítási lehetőségek

  • Prospero könyvpiaci podcast

  • Hírek

  • 0
    Modern X86 Assembly Language Programming: Covers X86 64-bit, AVX, AVX2, and AVX-512

    Modern X86 Assembly Language Programming by Kusswurm, Daniel;

    Covers X86 64-bit, AVX, AVX2, and AVX-512

      • 20% KEDVEZMÉNY?

      • A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
      • Kiadói listaár EUR 69.54
      • Az ár azért becsült, mert a rendelés pillanatában nem lehet pontosan tudni, hogy a beérkezéskor milyen lesz a forint árfolyama az adott termék eredeti devizájához képest. Ha a forint romlana, kissé többet, ha javulna, kissé kevesebbet kell majd fizetnie.

        29 498 Ft (28 094 Ft + 5% áfa)
      • Kedvezmény(ek) 20% (cc. 5 900 Ft off)
      • Discounted price 23 599 Ft (22 475 Ft + 5% áfa)

    Beszerezhetőség

    Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
    A Prosperónál jelenleg nincsen raktáron.

    Why don't you give exact delivery time?

    A beszerzés időigényét az eddigi tapasztalatokra alapozva adjuk meg. Azért becsült, mert a terméket külföldről hozzuk be, így a kiadó kiszolgálásának pillanatnyi gyorsaságától is függ. A megadottnál gyorsabb és lassabb szállítás is elképzelhető, de mindent megteszünk, hogy Ön a lehető leghamarabb jusson hozzá a termékhez.

    A termék adatai:

    • Kiadás sorszáma Third Edition
    • Kiadó Apress
    • Megjelenés dátuma 2023. szeptember 9.
    • Kötetek száma 1 pieces, Book

    • ISBN 9781484296028
    • Kötéstípus Puhakötés
    • Terjedelem680 oldal
    • Méret 254x178 mm
    • Súly 1311 g
    • Nyelv angol
    • Illusztrációk 105 Illustrations, black & white
    • 536

    Kategóriák

    Rövid leírás:

    This book is an instructional text that will teach you how to code x86-64 assembly language functions. It also explains how you can exploit the SIMD capabilities of an x86-64 processor using x86-64 assembly language and the AVX, AVX2, and AVX-512 instruction sets.

    This updated edition?s content and organization are designed to help you quickly understand x86-64 assembly language programming and the unique computational capabilities of x86 processors. The source code is structured to accelerate learning and comprehension of essential x86-64 assembly language programming constructs and data structures. Modern X86 Assembly Language Programming, Third Edition includes source code for both Windows and Linux. The source code elucidates current x86-64 assembly language programming practices, run-time calling conventions, and the latest generation of software development tools.

    You will:
    • Understand important details of the x86-64 processor platform, including its core architecture, data types, registers, memory addressing modes, and the basic instruction set
    • Use the x86-64 instruction set to create assembly language functions that are callable from C++
    • Create assembly language code for both Windows and Linux using modern software development tools including MASM (Windows) and NASM (Linux)
    • Employ x86-64 assembly language to efficiently manipulate common data types and programming constructs including integers, text strings, arrays, matrices, and user-defined structures
    • Explore indispensable elements of x86 SIMD architectures, register sets, and data types.
    • Master x86 SIMD arithmetic and data operations using both integer and floating-point operands
    • Harness the AVX, AVX2, and AVX-512 instruction sets to accelerate the performance of computationally-intense calculations in machine learning, image processing, signal processing, computer graphics, statistics, and matrix arithmetic applications
    • Apply leading-edge coding strategies to optimally exploit the AVX, AVX2, and AVX-512 instruction sets for maximum possible performance

    Több

    Hosszú leírás:

    This book is an instructional text that will teach you how to code x86-64 assembly language functions. It also explains how you can exploit the SIMD capabilities of an x86-64 processor using x86-64 assembly language and the AVX, AVX2, and AVX-512 instruction sets.

    This updated edition?s content and organization are designed to help you quickly understand x86-64 assembly language programming and the unique computational capabilities of x86 processors. The source code is structured to accelerate learning and comprehension of essential x86-64 assembly language programming constructs and data structures. Modern X86 Assembly Language Programming, Third Edition includes source code for both Windows and Linux. The source code elucidates current x86-64 assembly language programming practices, run-time calling conventions, and the latest generation of software development tools.

    What You Will Learn
    • Understand important details of the x86-64 processor platform, including its core architecture, data types, registers, memory addressing modes, and the basic instruction set
    • Use the x86-64 instruction set to create assembly language functions that are callable from C++
    • Create assembly language code for both Windows and Linux using modern software development tools including MASM (Windows) and NASM (Linux)
    • Employ x86-64 assembly language to efficiently manipulate common data types and programming constructs including integers, text strings, arrays, matrices, and user-defined structures
    • Explore indispensable elements of x86 SIMD architectures, register sets, and data types.
    • Master x86 SIMD arithmetic and data operations using both integer and floating-point operands
    • Harness the AVX, AVX2, and AVX-512 instruction sets to accelerate the performance of computationally-intense calculations in machine learning, image processing, signal processing, computer graphics, statistics, and matrix arithmetic applications
    • Apply leading-edge coding strategies to optimally exploit the AVX, AVX2, and AVX-512 instruction sets for maximum possible performance


    Who This Book Is For
    Software developers who are creating programs for x86 platforms and want to learn how to code performance-enhanced algorithms using the core x86-64 instruction set; developers who need to learn how to write SIMD functions or accelerate the performance of existing code using the AVX, AVX2, and AVX-512 instruction sets;  and computer science/engineering students or hobbyists who want to learn or better understand x86-64 assembly language programming and the AVX, AVX2, and AVX-512 instruction sets.

    Több

    Tartalomjegyzék:

    Chapter 1 ? X86-Core Architecture.- Chapter 2 ? X86-64 Core Programming (Part 1).- Chapter 3 ? X86-64 Core Programming (Part 2).- Chapter 4 ? X86-64 Core Programming (Part 3).- Chapter 5 ? AVX Programming - Scalar Floating-Point.- Chapter 6 ?Run-Time Calling Conventions.- Chapter 7 ?Introduction to X86-AVX SIMD Programming.- Chapter 8 ? AVX Programming ? Packed Integers.- Chapter 9 ? AVX Programming ? Packed Floating Point.- Chapter 10 ? AVX2 Programming ? Packed Integers.- Chapter 11 ? AVX2 Programming ? Packed Floating Point (Part 1).- Chapter 12 ? AVX2 Programming ? Packed Floating Point (Part 2).- Chapter 13 ? AVX-512 Programming ? Packed Integers.- Chapter 14 ? AVX-512 Programming ? Packed Floating Point (Part 1).- Chapter 15 ? AVX-512 Programming ? Packed Floating Point (Part 2).- Chapter 16 ? Advanced Assembly Language Programming.-  Chapter 17 ? Assembly Language Optimization and Development Guidelines. ? Appendix A ? Source Code and Development Tools. ? Appendix B ? References and Additional Resources.

    Több
    Mostanában megtekintett
    previous
    Modern X86 Assembly Language Programming: Covers X86 64-bit, AVX, AVX2, and AVX-512

    Modern X86 Assembly Language Programming: Covers X86 64-bit, AVX, AVX2, and AVX-512

    Kusswurm, Daniel;

    29 498 Ft

    next