# Migrate applications that leverage performance libraries

## In this learning path

- [Introduction](https://learn.arm.com/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/)
- [Introduction to Libraries](https://learn.arm.com/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/1/)
- [Set up your environment](https://learn.arm.com/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/2/)
- [Use an optimized math library](https://learn.arm.com/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/3/)
- [Moving from x86 to AArch64](https://learn.arm.com/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/4/)
- [Next Steps](https://learn.arm.com/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/_next-steps/)

## About this Learning Path

| Skill level:        | Introductory        |
|---------------------|---------------------|
| Reading time:       | 1 hr                |
| Last updated:       | 31 Jul 2026         |

| Author:             | Kieran Hejmadi, Arm ![GitHub](https://github.com/kieranhejmadi01) ![LinkedIn](https://linkedin.com/in/kieran-hejmadi-88920815b) |
|---------------------|---------------------|
| Arm IP:             | [Neoverse](https://support.arm.com/?tab=compute-ip&Product%20Type=Infrastructure%20Processors) |
| Tags:               | [Performance and Architecture](https://learn.arm.com/tag/performance-and-architecture), [AWS](https://learn.arm.com/tag/aws), [Microsoft Azure](https://learn.arm.com/tag/microsoft-azure), [Google Cloud](https://learn.arm.com/tag/google-cloud), [Oracle](https://learn.arm.com/tag/oracle), [Linux](https://learn.arm.com/tag/linux), [Arm Compiler for Linux](https://learn.arm.com/tag/arm-compiler-for-linux), [CPP](https://learn.arm.com/tag/cpp), [Runbook](https://learn.arm.com/tag/runbook) |

### Who is this for?
This Learning Path is for both C and C++ developers who want to migrate applications that rely on optimized performance libraries from x86 to Arm Architecture.

### What will you learn?
Upon completion of this Learning Path, you will be able to:
- Describe the differences between standard and performance libraries.
- Incorporate optimized libraries.
- Port a basic application from x86 to AArch64.

### Prerequisites
Before starting, you will need the following:
- Access to both an Arm and an x86-based cloud instance.
- Intermediate understanding of C++, compilers, and Linux.
